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  d0e21b9f1e5ac5cc57b594adfa9c5bc3be2623e1 (commit)
      from  03ecfc097d70bf2c1240ddcc5c073f1fe50fcfcd (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=d0e21b9f1e5ac5cc57b594adfa9c5bc3be2623e1

commit d0e21b9f1e5ac5cc57b594adfa9c5bc3be2623e1
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Mar 15 18:48:01 2017 +0100

    Add <label>

diff --git a/src/common/tracker/actions/query.php 
b/src/common/tracker/actions/query.php
index 27b4dba..b2eaade 100644
--- a/src/common/tracker/actions/query.php
+++ b/src/common/tracker/actions/query.php
@@ -409,9 +409,9 @@ echo '
 echo '<tr>
                <td colspan="2">'.
                '<p><strong>'._('Options')._(':').'</strong><br />
-               <input type="checkbox" name="query_options[bargraph]" '.
+               <input id="bargraph" type="checkbox" 
name="query_options[bargraph]" '.
        ((in_array('bargraph', $aq->getQueryOptions())) ? 'checked="checked"' : 
'')
-.'/>'._('Display a short summary box on top of the list (roadmap 
status).').'</p>
+.'/><label for="bargraph">'._('Display a short summary box on top of the list 
(roadmap status).').'</label></p>
                </td>
        </tr>';
 echo $HTML->listTableBottom();

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

Summary of changes:
 src/common/tracker/actions/query.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