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  2f182b35e436dfa458ffd796291c92e29cabf56c (commit)
      from  cb79fa6e145ac6652d067caf605ab1272e5b746a (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=2f182b35e436dfa458ffd796291c92e29cabf56c

commit 2f182b35e436dfa458ffd796291c92e29cabf56c
Author: Franck Villaume <[email protected]>
Date:   Sun Dec 22 19:28:41 2019 +0100

    use themable icon

diff --git a/src/www/tracker/roadmap.php b/src/www/tracker/roadmap.php
index e59818d..e069247 100644
--- a/src/www/tracker/roadmap.php
+++ b/src/www/tracker/roadmap.php
@@ -366,9 +366,9 @@ if (!$at_arr || count($at_arr) < 1) {
 
                                        // Icon
                                        if ($artifact->getStatusID() == 1) {
-                                               $icon = 
html_image('ic/ticket-open.png','','',array('alt' => $custom_status_name, 
'title' => $custom_status_name));
+                                               $icon = 
$HTML->getOpenTicketPic($custom_status_name, $custom_status_name);
                                        } else {
-                                               $icon = 
html_image('ic/ticket-closed.png','','',array('alt' => $custom_status_name, 
'title' => $custom_status_name));
+                                               $icon = 
$HTML->getClosedTicketPic($custom_status_name, $custom_status_name);
                                        }
                                        
$rmap[$release_value_id][$artifact_type_name] .= 
sprintf($templates[$template]['ticket_icon'], $icon);
 

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

Summary of changes:
 src/www/tracker/roadmap.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