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  1a12da85611d2e2f20e7bf274d5dabf52ab3346f (commit)
      from  443264a1b7eec56dd188dbfc03afcad424e115be (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=1a12da85611d2e2f20e7bf274d5dabf52ab3346f

commit 1a12da85611d2e2f20e7bf274d5dabf52ab3346f
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Feb 29 21:25:07 2016 +0100

    Add <label>

diff --git a/src/www/account/register.php b/src/www/account/register.php
index fc2583c..b65e6c5 100644
--- a/src/www/account/register.php
+++ b/src/www/account/register.php
@@ -256,14 +256,18 @@ if($toDisplay != "") {
 </p>
 <?php if (forge_get_config('user_registration_accept_conditions')) { ?>
        <p>
-       <input type="checkbox" name="accept_conditions" value="1" />
-       <?php printf (_('Do you accept the <a href="%s">terms of use</a> for 
this site?'),
-                     util_make_url('/terms.php')); ?>
+       <input id="accept_conditions" type="checkbox" name="accept_conditions" 
value="1" />
+       <label for="accept_conditions">
+               <?php printf (_('Do you accept the <a href="%s">terms of 
use</a> for this site?'), util_make_url('/terms.php')); ?>
+       </label>
        </p>
 <?php } ?>
 <?php if (forge_check_global_perm('forge_admin')) { ?>
-       <p><input type="checkbox" name="activate_immediately" value="1" />
-<?php print _('Activate this user immediately') ; ?>
+       <p>
+               <input id="activate_immediately" type="checkbox" 
name="activate_immediately" value="1" />
+               <label for="activate_immediately">
+                       <?php print _('Activate this user immediately') ; ?>
+               </label>
        </p>
 <?php } else {
        $html = '';

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

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


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to