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 3ed5cf2c8be11afc00ee4b4f199f71149be7d991 (commit)
from 41c4bdc9ed50e8bccf8dfa13b3b3f682852f4122 (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=3ed5cf2c8be11afc00ee4b4f199f71149be7d991
commit 3ed5cf2c8be11afc00ee4b4f199f71149be7d991
Author: Franck Villaume <[email protected]>
Date: Mon Jul 25 11:44:34 2016 +0200
tracker mod artifact: use standard delete picture
diff --git a/src/common/tracker/actions/mod.php
b/src/common/tracker/actions/mod.php
index b33fd7c..81dbfa5 100644
--- a/src/common/tracker/actions/mod.php
+++ b/src/common/tracker/actions/mod.php
@@ -98,7 +98,7 @@ if (session_loggedin()) {
</td>
<td>
<?php
- echo
util_make_link('/tracker/?func=deleteartifact&aid='.$aid.'&group_id='.$group_id.'&atid='.$atid,
html_image('ic/trash.png', 16, 16).html_e('strong', array(), _('Delete')));
+ echo
util_make_link('/tracker/?func=deleteartifact&aid='.$aid.'&group_id='.$group_id.'&atid='.$atid,
$HTML->getDeletePic().html_e('strong', array(), _('Delete')));
?>
</td>
<td>
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/mod.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits