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


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts index.php,1.43.2.7,1.43.2.7.2.1
Date: Thu, 06 Feb 2003 17:46:11 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
Replaced %1, %2, etc ... with x, x, etc ... in the phrases in the lang() calls
This way all the lang calls have the same syntax !


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/index.php,v
retrieving revision 1.43.2.7
retrieving revision 1.43.2.7.2.1
diff -C2 -r1.43.2.7 -r1.43.2.7.2.1
*** index.php   23 Jun 2002 00:53:23 -0000      1.43.2.7
--- index.php   6 Feb 2003 22:46:08 -0000       1.43.2.7.2.1
***************
*** 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));
  
  
--- 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));
  
  
***************
*** 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
--- 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





reply via email to

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