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.2,1.43.2.3


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts index.php,1.43.2.2,1.43.2.3
Date: Fri, 25 Jan 2002 18:03:32 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
Moved the new ticket icon over to the right in a seperate column


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/index.php,v
retrieving revision 1.43.2.2
retrieving revision 1.43.2.3
diff -C2 -r1.43.2.2 -r1.43.2.3
*** index.php   25 Jan 2002 22:00:52 -0000      1.43.2.2
--- index.php   25 Jan 2002 23:03:29 -0000      1.43.2.3
***************
*** 35,40 ****
        $GLOBALS['phpgw']->template->set_block('index', 'tts_col_ifviewall', 
'tts_col_ifviewall');
        $GLOBALS['phpgw']->template->set_block('index', 'tts_head_ifviewall', 
'tts_head_ifviewall');
!       $GLOBALS['phpgw']->template->set_block('index', 'tts_ticket_id_read', 
'tts_ticket_id_read');
!       $GLOBALS['phpgw']->template->set_block('index', 'tts_ticket_id_unread', 
'tts_ticket_id_unread');
  
        $GLOBALS['phpgw']->template->set_var('lang_appname', lang('Trouble 
Ticket System'));
--- 35,40 ----
        $GLOBALS['phpgw']->template->set_block('index', 'tts_col_ifviewall', 
'tts_col_ifviewall');
        $GLOBALS['phpgw']->template->set_block('index', 'tts_head_ifviewall', 
'tts_head_ifviewall');
! //    $GLOBALS['phpgw']->template->set_block('index', 'tts_ticket_id_read', 
'tts_ticket_id_read');
! //    $GLOBALS['phpgw']->template->set_block('index', 'tts_ticket_id_unread', 
'tts_ticket_id_unread');
  
        $GLOBALS['phpgw']->template->set_var('lang_appname', lang('Trouble 
Ticket System'));
***************
*** 196,212 ****
                        
$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_t_id',$GLOBALS['phpgw']->db->f('ticket_id')
 );
  
                        if (! $ticket_read)
                        {
!                               
$GLOBALS['phpgw']->template->fp('tts_ticket_id','tts_ticket_id_unread');
                        }
                        else
                        {
!                               
$GLOBALS['phpgw']->template->fp('tts_ticket_id','tts_ticket_id_read');
                        }
  
                        $priostr = '';
!                       while ($priority > 0) { $priostr=$priostr . "||"; 
$priority--; }
                        
$GLOBALS['phpgw']->template->set_var('tts_t_priostr',$priostr );
  
--- 196,216 ----
                        
$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('row_ticket_id','<a href="' . 
$phpgw->link('/tts/viewticket_details.php','ticket_id=' . 
$GLOBALS['phpgw']->db->f('ticket_id')) . '">' . 
$GLOBALS['phpgw']->db->f('ticket_id') . '</a>');
  
                        if (! $ticket_read)
                        {
!                               
$GLOBALS['phpgw']->template->set_var('row_status','<img 
src="templates/default/images/updated.gif">');
                        }
                        else
                        {
!                               
$GLOBALS['phpgw']->template->set_var('row_status','&nbsp;');
                        }
  
                        $priostr = '';
!                       while ($priority > 0)
!                       {
!                               $priostr = $priostr . "||";
!                               $priority--;
!                       }
                        
$GLOBALS['phpgw']->template->set_var('tts_t_priostr',$priostr );
  
***************
*** 259,261 ****
  
        $GLOBALS['phpgw']->common->phpgw_footer();
! ?>
--- 263,265 ----
  
        $GLOBALS['phpgw']->common->phpgw_footer();
! ?>
\ No newline at end of file




reply via email to

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