[guadec-web] registration: Small fixes



commit 7db60e93af64bec6f2672269e5b3edcfb33eb46f
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Jul 4 19:10:27 2013 +0200

    registration: Small fixes

 wordcamp-base/registration-form.php     |    2 +-
 wordcamp-base/template-registration.php |   12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/wordcamp-base/registration-form.php b/wordcamp-base/registration-form.php
index f22f516..69223f8 100644
--- a/wordcamp-base/registration-form.php
+++ b/wordcamp-base/registration-form.php
@@ -1,4 +1,4 @@
-<div style='width: 60%'>
+<div style='width: 55%'>
 
 <p>
   <h3 class="sub-section-title">Registration type</h3>
diff --git a/wordcamp-base/template-registration.php b/wordcamp-base/template-registration.php
index 91a8e50..4c6ea6c 100644
--- a/wordcamp-base/template-registration.php
+++ b/wordcamp-base/template-registration.php
@@ -77,12 +77,12 @@ function put_registration_form($reg, $info)
     echo "<input type=submit name=update value='Update'/>";
     echo "<span style='margin: 0 3em'>Amount to pay: <strong>$amount CZK</strong></span>";
     echo "<input type=submit name=finish value='Finish'/>";
-    echo "<div style='font-size: 80%; line-height: 130%; margin: 1em 0 1em' >"
-         "• You'll be taken to gopay.cz, a Czech on-line payments service "
-         "whose terms of contract, protection principles of personal data "
-         "privacy and AML rules are available in Czech only. If you are not "
-         "confortable with this and don't want to rely on an on-line "
-         "translation service please contact us at the above mentioned address."
+    echo "<div style='font-size: 80%; line-height: 130%; margin: 1em 0 1em' >" .
+         "• You'll be taken to gopay.cz, a Czech on-line payments service " .
+         "whose terms of contract, protection principles of personal data " .
+         "privacy and AML rules are available in Czech only. If you are not " .
+         "confortable with this and don't want to rely on an on-line " .
+         "translation service please contact us at the above mentioned address." .
          "</div>";
   } else {
     echo "<input type=submit name=submit value='Submit'/>";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]