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  28f04728b2cc77eef727bdc4df1fdcc8cfa6c26c (commit)
      from  41a7adc7759c7bd71d88dfc76bb020bc2fc673ac (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=28f04728b2cc77eef727bdc4df1fdcc8cfa6c26c

commit 28f04728b2cc77eef727bdc4df1fdcc8cfa6c26c
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Apr 24 16:56:38 2017 +0200

    Add <label>

diff --git a/src/www/admin/groupedit.php b/src/www/admin/groupedit.php
index d93c36c..032161b 100644
--- a/src/www/admin/groupedit.php
+++ b/src/www/admin/groupedit.php
@@ -193,10 +193,10 @@ printf(_('With PFO-RBAC, the “is_public” property is 
gone. Instead, to make
 
 <tr>
 <td>
-<?php echo _('HTTP Domain')._(':') ?>
+<label for="form_domain"><?php echo _('HTTP Domain')._(':') ?></label>
 </td>
 <td>
-<input size="40" type="text" name="form_domain" value="<?php echo 
$group->getDomain(); ?>" />
+<input size="40" id="form_domain" type="text" name="form_domain" value="<?php 
echo $group->getDomain(); ?>" />
 </td>
 </tr>
 

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

Summary of changes:
 src/www/admin/groupedit.php | 4 ++--
 1 file changed, 2 insertions(+), 2 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