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  f99a74d58997de58b0d8e3ceba60a789affc145e (commit)
      from  6611601d081df0c062622306931105d2d33d1bb5 (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=f99a74d58997de58b0d8e3ceba60a789affc145e

commit f99a74d58997de58b0d8e3ceba60a789affc145e
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Mar 27 17:07:55 2017 +0200

    Add id (needed to link to the <label>)

diff --git a/src/common/tracker/actions/effort_units.php 
b/src/common/tracker/actions/effort_units.php
index 6f0bedb..f305d15 100644
--- a/src/common/tracker/actions/effort_units.php
+++ b/src/common/tracker/actions/effort_units.php
@@ -222,9 +222,9 @@ function show_units(&$effortUnitSet){
                echo $inputParameters;
                echo html_ao('p');
                if ($effortUnitSet->isAutoconvert()) {
-                       echo html_e('input', array('type'=>'checkbox', 
'name'=>'is_autoconvert', 'checked'=>'checked'));
+                       echo html_e('input', array('id'=>'is_autoconvert', 
'type'=>'checkbox', 'name'=>'is_autoconvert', 'checked'=>'checked'));
                } else {
-                       echo html_e('input', array('type'=>'checkbox', 
'name'=>'is_autoconvert'));
+                       echo html_e('input', array('id'=>'is_autoconvert', 
'type'=>'checkbox', 'name'=>'is_autoconvert'));
                }
                echo html_e('label', array('for'=>'is_autoconvert'),_('Enable 
auto convert effort value'));
                echo html_ac(html_ap() - 1);

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

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