phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [21320] Fixing the updated image url


From: Caeies
Subject: [Phpgroupware-cvs] [21320] Fixing the updated image url
Date: Wed, 25 Aug 2010 08:44:34 +0000

Revision: 21320
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21320
Author:   Caeies
Date:     2010-08-25 08:44:34 +0000 (Wed, 25 Aug 2010)
Log Message:
-----------
Fixing the updated image url

Modified Paths:
--------------
    modules/tts/branches/branch_0_9_16/index.php

Modified: modules/tts/branches/branch_0_9_16/index.php
===================================================================
--- modules/tts/branches/branch_0_9_16/index.php        2010-07-07 09:41:36 UTC 
(rev 21319)
+++ modules/tts/branches/branch_0_9_16/index.php        2010-08-25 08:44:34 UTC 
(rev 21320)
@@ -283,7 +283,7 @@
 
                        if (! $ticket_read)
                        {
-                               
$GLOBALS['phpgw']->template->set_var('row_status','<img src="templates/' . 
$GLOBALS['phpgw_info']['server']['template_set'] . '/images/updated.png">');
+                               
$GLOBALS['phpgw']->template->set_var('row_status','<img src="'. 
$GLOBALS['phpgw']->common->image('tts', 'updated.png').'">');
                        }
                        else
                        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]