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 1c6635f0425c620cbd2ab0a37176e5bfd8caa692 (commit)
from 59af7126edad45486dcdb9abf437c87ba576efa5 (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=1c6635f0425c620cbd2ab0a37176e5bfd8caa692
commit 1c6635f0425c620cbd2ab0a37176e5bfd8caa692
Author: Marc-Etienne Vargenau <[email protected]>
Date: Wed Feb 15 13:24:15 2017 +0100
Less strings
diff --git a/src/common/tracker/views/form-workflow.php
b/src/common/tracker/views/form-workflow.php
index a685421..cec0a8e 100644
--- a/src/common/tracker/views/form-workflow.php
+++ b/src/common/tracker/views/form-workflow.php
@@ -120,7 +120,7 @@ echo $HTML->openForm(array('action' =>
'/tracker/admin/?group_id='.$group_id.'&a
$url =
'/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&workflow_roles=1&from='.$status['element_id'].'&next='.$s['element_id'];
$str .= util_make_link($url,
html_image('ic/acl_roles20.png', 20, 20, array('alt'=>_('Edit Roles'))),
array('title' => _('Edit Roles')));
$url =
'/tracker/admin/?group_id='.$group_id.'&atid='.$ath->getID().'&workflow_required_fields=1&from='.$status['element_id'].'&next='.$s['element_id'];
- $str .= util_make_link($url,
html_image('ic/required.png', 20, 20, array('alt'=>_('Edit Required Fields'))),
array('title' => _('Edit required fields')));
+ $str .= util_make_link($url,
html_image('ic/required.png', 20, 20, array('alt'=>_('Edit Required Fields'))),
array('title' => _('Edit Required Fields')));
} else {
$str .= ' '.html_image('spacer.gif',
20, 20);
$str .= ' '.html_image('spacer.gif',
20, 20);
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/views/form-workflow.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