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  18749feb25d09551ab62aebfd332edb75af09693 (commit)
      from  2a5645376825ef84d9580fad9b7d68f0f7e0c107 (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=18749feb25d09551ab62aebfd332edb75af09693

commit 18749feb25d09551ab62aebfd332edb75af09693
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Feb 13 16:24:54 2017 +0100

    Less strings

diff --git a/src/common/tracker/views/form-workflow.php 
b/src/common/tracker/views/form-workflow.php
index cc0d664..a685421 100644
--- a/src/common/tracker/views/form-workflow.php
+++ b/src/common/tracker/views/form-workflow.php
@@ -118,7 +118,7 @@ echo $HTML->openForm(array('action' => 
'/tracker/admin/?group_id='.$group_id.'&a
                                $str = '<input type="checkbox" 
name="'.$name.'"'.$value.' />';
                                if ($value) {
                                        $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')));
+                                       $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')));
                                } else {

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

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

Reply via email to