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.7.2.1,1.43.2.7.2.2


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts index.php,1.43.2.7.2.1,1.43.2.7.2.2
Date: Wed, 05 Mar 2003 17:34:57 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
Changed all x's into %'s in lang calls and lang files.


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/index.php,v
retrieving revision 1.43.2.7.2.1
retrieving revision 1.43.2.7.2.2
diff -C2 -r1.43.2.7.2.1 -r1.43.2.7.2.2
*** index.php   6 Feb 2003 22:46:08 -0000       1.43.2.7.2.1
--- index.php   5 Mar 2003 22:34:55 -0000       1.43.2.7.2.2
***************
*** 102,107 ****
        $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));
  
  
--- 102,107 ----
        $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));
  
  
***************
*** 114,118 ****
                $filtermethod = "where ticket_details like 
'%".addslashes($searchfilter)."%'";
                
$GLOBALS['phpgw']->template->set_var('tts_searchfilter',addslashes($searchfilter));
!               
$GLOBALS['phpgw']->template->set_var('tts_numfound',lang('Tickets found 
x',$numfound));
        }
        else
--- 114,118 ----
                $filtermethod = "where ticket_details like 
'%".addslashes($searchfilter)."%'";
                
$GLOBALS['phpgw']->template->set_var('tts_searchfilter',addslashes($searchfilter));
!               
$GLOBALS['phpgw']->template->set_var('tts_numfound',lang('Tickets found 
%1',$numfound));
        }
        else
***************
*** 133,138 ****
        }
  
!       $GLOBALS['phpgw']->template->set_var('tts_ticketstotal', lang('Tickets 
total x',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('tts_ticketsopen', lang('Tickets 
open x',$numopen));
        
        // fill header
--- 133,138 ----
        }
  
!       $GLOBALS['phpgw']->template->set_var('tts_ticketstotal', lang('Tickets 
total %1',$numtotal));
!       $GLOBALS['phpgw']->template->set_var('tts_ticketsopen', lang('Tickets 
open %1',$numopen));
        
        // fill header





reply via email to

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