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.43.2.6,1.43.2.7


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

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
GNU Patch #338.

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/index.php,v
retrieving revision 1.43.2.6
retrieving revision 1.43.2.7
diff -C2 -r1.43.2.6 -r1.43.2.7
*** index.php   12 Apr 2002 15:07:47 -0000      1.43.2.6
--- index.php   23 Jun 2002 00:53:23 -0000      1.43.2.7
***************
*** 151,155 ****
        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);
        }
--- 151,155 ----
        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);
        }
***************
*** 251,255 ****
  //                            }
  //                            
$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);
                        }
--- 251,255 ----
  //                            }
  //                            
$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]