phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: tts index.php,1.45,1.46


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts index.php,1.45,1.46
Date: Sat, 22 Jun 2002 20:53:18 -0400

Update of /cvsroot/phpgroupware/tts
In directory subversions:/tmp/cvs-serv29717/tts

Modified Files:
        index.php 
Log Message:
GNU Patch #338.

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/index.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** index.php   24 Mar 2002 16:53:23 -0000      1.45
--- index.php   23 Jun 2002 00:53:16 -0000      1.46
***************
*** 143,147 ****
        if ($filter != 'viewopen')
        {
!               $GLOBALS['phpgw']->template->set_var('tts_head_dateclosed', 
$GLOBALS['phpgw']->nextmatchs->show_sort_order($sort,'t_timestamp_closed',$order,'/tts/index.php',lang('Status/Date
 closed')));
                
$GLOBALS['phpgw']->template->parse('tts_head_status','tts_head_ifviewall',false);
        }
--- 143,147 ----
        if ($filter != 'viewopen')
        {
!               $GLOBALS['phpgw']->template->set_var('tts_head_dateclosed', 
$GLOBALS['phpgw']->nextmatchs->show_sort_order($sort,'ticket_status',$order,'/tts/index.php',lang('Status/Date
 closed')));
                
$GLOBALS['phpgw']->template->parse('tts_head_status','tts_head_ifviewall',false);
        }
***************
*** 235,239 ****
  //                            }
  //                            
$GLOBALS['phpgw']->template->set_var('tts_t_timestampclosed',$assigned_to);
!                               
$GLOBALS['phpgw']->template->set_var('tts_t_timestampclosed','Open');
                                
$GLOBALS['phpgw']->template->parse('tts_col_status','tts_col_ifviewall',False);
                        }
--- 235,239 ----
  //                            }
  //                            
$GLOBALS['phpgw']->template->set_var('tts_t_timestampclosed',$assigned_to);
!                               
$GLOBALS['phpgw']->template->set_var('tts_t_timestampclosed',lang('Open'));
                                
$GLOBALS['phpgw']->template->parse('tts_col_status','tts_col_ifviewall',False);
                        }




reply via email to

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