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,1.43.2.1


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts index.php,1.43,1.43.2.1
Date: Wed, 23 Jan 2002 14:24:59 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
Cleaning up the tts layout


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/index.php,v
retrieving revision 1.43
retrieving revision 1.43.2.1
diff -C2 -r1.43 -r1.43.2.1
*** index.php   4 Jan 2002 04:25:39 -0000       1.43
--- index.php   23 Jan 2002 19:24:56 -0000      1.43.2.1
***************
*** 18,22 ****
        ** from phpgw_tts_tickets, phpgw_tts_groups where ticket_id = 
group_ticket_id and group_id in (14,15);
        */
!  
        $GLOBALS['phpgw_info']['flags']['currentapp'] = 'tts';
        $GLOBALS['phpgw_info']['flags']['enable_contacts_class'] = True;
--- 18,22 ----
        ** from phpgw_tts_tickets, phpgw_tts_groups where ticket_id = 
group_ticket_id and group_id in (14,15);
        */
! 
        $GLOBALS['phpgw_info']['flags']['currentapp'] = 'tts';
        $GLOBALS['phpgw_info']['flags']['enable_contacts_class'] = True;
***************
*** 96,101 ****
        $numopen = $GLOBALS['phpgw']->db->f('0') ;
  
!       $GLOBALS['phpgw']->template->set_var('tts_numtotal',lang('Tickets total 
x',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('tts_numopen',lang('Tickets open 
x',$numopen));
  
  
--- 96,101 ----
        $numopen = $GLOBALS['phpgw']->db->f('0') ;
  
!       $GLOBALS['phpgw']->template->set_var('tts_numtotal',lang('Tickets total 
%1',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('tts_numopen',lang('Tickets open 
%1',$numopen));
  
  
***************
*** 132,135 ****
--- 132,136 ----
        // fill header
        
$GLOBALS['phpgw']->template->set_var('tts_head_bgcolor',$GLOBALS['phpgw_info']['theme']['th_bg']
 );
+       
$GLOBALS['phpgw']->template->set_var('th_bg',$GLOBALS['phpgw_info']['theme']['th_bg']
 );
        $GLOBALS['phpgw']->template->set_var('tts_head_ticket', 
$GLOBALS['phpgw']->nextmatchs->show_sort_order($sort,'ticket_id',$order,'/tts/index.php',lang('Ticket').'
 #'));
        $GLOBALS['phpgw']->template->set_var('tts_head_prio', 
$GLOBALS['phpgw']->nextmatchs->show_sort_order($sort,'ticket_priority',$order,'/tts/index.php',lang('Prio')));
***************
*** 213,217 ****
  
                        
$GLOBALS['phpgw']->template->set_var('tts_t_assignedto', 
$GLOBALS['phpgw']->db->f('ticket_assignedto')?$phpgw->accounts->id2name($GLOBALS['phpgw']->db->f('ticket_assignedto')):lang('None'));
!                       
$GLOBALS['phpgw']->template->set_var('tts_t_user',$phpgw->accounts->id2name($GLOBALS['phpgw']->db->f('ticket_owner')));
  
                        $history_values = 
$phpgw->historylog->return_array(array(),array('O'),'','',$phpgw->db->f('ticket_id'));
--- 214,218 ----
  
                        
$GLOBALS['phpgw']->template->set_var('tts_t_assignedto', 
$GLOBALS['phpgw']->db->f('ticket_assignedto')?$phpgw->accounts->id2name($GLOBALS['phpgw']->db->f('ticket_assignedto')):lang('None'));
!                       
$GLOBALS['phpgw']->template->set_var('tts_t_user',$phpgw->accounts->id2name($phpgw->db->f('ticket_owner')));
  
                        $history_values = 
$phpgw->historylog->return_array(array(),array('O'),'','',$phpgw->db->f('ticket_id'));




reply via email to

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