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  acb23524b2af53245ce07a8639f042133f72fe2c (commit)
      from  b3323c0360b708e8e368050bdbff00e6a0d23255 (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=acb23524b2af53245ce07a8639f042133f72fe2c

commit acb23524b2af53245ce07a8639f042133f72fe2c
Author: Franck Villaume <[email protected]>
Date:   Wed Oct 26 19:44:31 2016 +0200

    use HTML default icon for actions, again

diff --git a/src/common/tracker/views/form-addextrafield.php 
b/src/common/tracker/views/form-addextrafield.php
index 9bf0315..1d5b7de 100644
--- a/src/common/tracker/views/form-addextrafield.php
+++ b/src/common/tracker/views/form-addextrafield.php
@@ -113,9 +113,9 @@ if ($rows > 0) {
                                        echo 
$rolesarray[$elearray[$j]['element_name']];
                                } else {
                                        echo $elearray[$j]['element_name'];
-                                       echo 
util_make_link('/tracker/admin/?update_opt=1&id='.$elearray[$j]['element_id'].'&group_id='.$group_id.'&atid='.$ath->getID().'&boxid='.$efarr[$i]['extra_field_id'],
 ' ['._('Edit').']');
+                                       echo 
util_make_link('/tracker/admin/?update_opt=1&id='.$elearray[$j]['element_id'].'&group_id='.$group_id.'&atid='.$ath->getID().'&boxid='.$efarr[$i]['extra_field_id'],
 $HTML->getEditFilePic(_('Edit')));
                                }
-                               echo 
util_make_link('/tracker/admin/?delete_opt=1&id='.$elearray[$j]['element_id'].'&group_id='.$group_id.'&atid='.$ath->getID().'&boxid='.$efarr[$i]['extra_field_id'],
 ' ['._('Delete').']');
+                               echo 
util_make_link('/tracker/admin/?delete_opt=1&id='.$elearray[$j]['element_id'].'&group_id='.$group_id.'&atid='.$ath->getID().'&boxid='.$efarr[$i]['extra_field_id'],
 $HTML->getDeletePic(_('Delete')));
                                echo '<br />';
                        }
                } else {

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

Summary of changes:
 src/common/tracker/views/form-addextrafield.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