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 b3323c0360b708e8e368050bdbff00e6a0d23255 (commit)
from 42dcd84c2c01cfc5e63bf6f4301678161c7cb0da (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=b3323c0360b708e8e368050bdbff00e6a0d23255
commit b3323c0360b708e8e368050bdbff00e6a0d23255
Author: Franck Villaume <[email protected]>
Date: Wed Oct 26 19:37:09 2016 +0200
use HTML default icon for actions
diff --git a/src/common/tracker/views/form-addextrafield.php
b/src/common/tracker/views/form-addextrafield.php
index fb7855e..9bf0315 100644
--- a/src/common/tracker/views/form-addextrafield.php
+++ b/src/common/tracker/views/form-addextrafield.php
@@ -60,8 +60,8 @@ if ($rows > 0) {
$id=str_replace('@','',$efarr[$i]['alias']);
echo '<tr id="field-'.$id.'" '.
$HTML->boxGetAltRowStyle($rownb) .">\n".
'<td>'.$efarr[$i]['field_name'].(($efarr[$i]['is_required']) ?
utils_requiredField() : '').
-
util_make_link('/tracker/admin/?update_box=1&id='.$efarr[$i]['extra_field_id'].'&group_id='.$group_id.'&atid='.$ath->getID(),
' ['._('Edit').']').
-
util_make_link('/tracker/admin/?deleteextrafield=1&id='.$efarr[$i]['extra_field_id'].'&group_id='.$group_id.'&atid='.
$ath->getID(), ' ['._('Delete').']').
+
util_make_link('/tracker/admin/?update_box=1&id='.$efarr[$i]['extra_field_id'].'&group_id='.$group_id.'&atid='.$ath->getID(),
$HTML->getEditFilePic(_('Edit'))).
+
util_make_link('/tracker/admin/?deleteextrafield=1&id='.$efarr[$i]['extra_field_id'].'&group_id='.$group_id.'&atid='.
$ath->getID(), $HTML->getDeletePic(_('Delete'))).
util_make_link('/tracker/admin/?copy_opt=1&id='.$efarr[$i]['extra_field_id'].'&group_id='.$group_id.'&atid='.
$ath->getID(), ' ['._('Copy').']').
"</td>\n";
echo '<td>'.$eftypes[$efarr[$i]['field_type']]."</td>\n";
-----------------------------------------------------------------------
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