[Fusionforge-commits] FusionForge branch master updated. 94a9811a2d94300d3a035e50c1667bf128b047f2

Franck Villaume nerville at fusionforge.org
Wed Sep 10 15:35:11 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  94a9811a2d94300d3a035e50c1667bf128b047f2 (commit)
      from  af1ef7ff2c878512a572f0af98f26271ebbcbdea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 94a9811a2d94300d3a035e50c1667bf128b047f2
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Wed Sep 10 15:33:03 2014 +0200

    register: fix wrapping label <-> input

diff --git a/src/www/account/register.php b/src/www/account/register.php
index e7aad77..1ed3b87 100644
--- a/src/www/account/register.php
+++ b/src/www/account/register.php
@@ -155,7 +155,7 @@ if (forge_get_config('require_unique_email')) {
     </label>
 </p>
 <p>
-<?php echo _('Password (min. 6 chars)').utils_requiredField()._(':'); ?>
+<?php echo _('Password (min. 6 chars)').utils_requiredField()._(':'); ?><br />
     <label for="password1">
         <input id="password1" type="password" required="required" name="password1"/>
     </label>
@@ -180,7 +180,7 @@ if (forge_get_config('require_unique_email')) {
     </label>
 </p>
 <p>
-<?php echo _('Last Name').utils_requiredField()._(':'); ?>
+<?php echo _('Last Name').utils_requiredField()._(':'); ?><br />
     <label for="lastname">
         <input id="lastname" required="required" size="30" type="text" name="lastname"
                value="<?php print(htmlspecialchars($lastname)); ?>"/>

-----------------------------------------------------------------------

Summary of changes:
 src/www/account/register.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list