LOL sorry, was early for me, I put in the command correctly and here is the 
result:

Quote:
> patching file tts/index.php
> Hunk #4 FAILED at 278.
> 1 out of 9 hunks FAILED -- saving rejects to file tts/index.php.rej


index.php.rej is attached

I now see the listings of tickets however there are no links to click on for 
the ticket details/editing/updating.Sent from the phpGroupWare forums @ 
http://forums.phpGroupWare.org
--- tts/index.php       2010-08-25 10:44:34.000000000 +0200
+++ tts/index.php       2010-09-08 12:22:22.000000000 +0200
@@ -278,13 +279,13 @@
                        }
 
                        $GLOBALS['phpgw']->template->set_var('tts_row_color', 
$tr_color );
-                       
$GLOBALS['phpgw']->template->set_var('tts_ticketdetails_link', 
$GLOBALS['phpgw']->link('/tts/viewticket_details.php','ticket_id=' . 
$GLOBALS['phpgw']->db->f('ticket_id')));
+                       
$GLOBALS['phpgw']->template->set_var('tts_ticketdetails_link', 
$GLOBALS['phpgw']->link('/tts/viewticket_details.php','ticket_id=' . 
$db->f('ticket_id')));
 
-                       
$GLOBALS['phpgw']->template->set_var('row_ticket_id','<a href="' . 
$GLOBALS['phpgw']->link('/tts/viewticket_details.php','ticket_id=' . 
$GLOBALS['phpgw']->db->f('ticket_id')) . '">' . 
$GLOBALS['phpgw']->db->f('ticket_id') . '</a>');
+                       
$GLOBALS['phpgw']->template->set_var('row_ticket_id','<a href="' . 
$GLOBALS['phpgw']->link('/tts/viewticket_details.php','ticket_id=' . 
$db->f('ticket_id')) . '">' . $db->f('ticket_id') . '</a>');
 
                        if (! $ticket_read)
                        {
-                               
$GLOBALS['phpgw']->template->set_var('row_status','<img src="'. 
$GLOBALS['phpgw']->common->image('tts', 'updated.png').'">');
+                               
$GLOBALS['phpgw']->template->set_var('row_status','<img src="templates/' . 
$GLOBALS['phpgw_info']['server']['template_set'] . '/images/updated.png">');
                        }
                        else
                        {
_______________________________________________
phpGroupWare-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to