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  138849b16e5d137a6e82d4384bc9c4419d2096d6 (commit)
      from  0e4f26c91a3e03474af4ae4e2c895dbccef5f899 (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=138849b16e5d137a6e82d4384bc9c4419d2096d6

commit 138849b16e5d137a6e82d4384bc9c4419d2096d6
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Feb 16 13:46:20 2017 +0100

    Add <label>

diff --git a/src/common/tracker/views/form-customizelist.php 
b/src/common/tracker/views/form-customizelist.php
index 3da5256..0ae04f9 100644
--- a/src/common/tracker/views/form-customizelist.php
+++ b/src/common/tracker/views/form-customizelist.php
@@ -84,17 +84,16 @@ foreach ($fields as $f => $name) {
                                        
util_make_link('/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&id='.$f.'&customize_list=1&post_changes=1&delete_field=1',
 $HTML->getDeletePic(_('Remove this field'), 'trashfield')).
                                        '</td>'."\n".
                                        '</tr>'."\n";
-       }
-       else {
+       } else {
                $select .= '<option value="'.$f.'">'.$name.'</option>'."\n";
        }
 }
 ksort($rows);
 
 ?>
-       <p>
-       <?php echo _('Set order of the fields that will be displayed on the 
browse view of your tracker:') ?>
-       </p>
+       <h2>
+       <?php echo _('Set order of the fields that will be displayed on the 
browse view of your tracker') ?>
+       </h2>
 <?php
 echo $HTML->openForm(array('action' => 
'/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID(), 'method' => 
'post'));
 ?>
@@ -121,17 +120,17 @@ echo '<tr class="noborder">
 echo $HTML->listTableBottom();
 echo $HTML->closeForm();
 if ($select) { ?>
-       <p>
-       <?php echo _('Select the fields that will be displayed on the browse 
view of your tracker:') ?>
-       </p>
+       <h2>
+       <?php echo _('Select the fields that will be displayed on the browse 
view of your tracker') ?>
+       </h2>
        <?php
        echo $HTML->openForm(array('action' => 
'/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID(), 'method' => 
'post'));
        ?>
                <input type="hidden" name="customize_list" value="1" />
                <input type="hidden" name="add_field" value="1" />
-               <strong><?php echo _('Add New Field')._(':'); ?></strong>
+               <label for="field_to_add"><strong><?php echo _('Add New 
Field')._(':'); ?></strong></label>
 <?php
-echo '<select name="field_to_add">'."\n";
+echo '<select id="field_to_add" name="field_to_add">'."\n";
 echo $select;
 echo '</select>'."\n";
 ?>

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

Summary of changes:
 src/common/tracker/views/form-customizelist.php | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 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