phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: dj directories.php,1.5,1.6


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: dj directories.php,1.5,1.6
Date: Tue, 22 Apr 2003 16:26:17 -0400

Update of /cvsroot/phpgroupware/dj
In directory subversions:/tmp/cvs-serv22267/dj

Modified Files:
        directories.php 
Log Message:
Changed some x's into %'s


Index: directories.php
===================================================================
RCS file: /cvsroot/phpgroupware/dj/directories.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** directories.php     15 Sep 2001 12:02:51 -0000      1.5
--- directories.php     22 Apr 2003 20:26:15 -0000      1.6
***************
*** 84,92 ****
        if ($total_records > $limit)
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang("showing x - x of 
x",($start + 1),($start + $limit),$total_records));
        }
        else
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang("showing 
x",$total_records));
        }
  
--- 84,92 ----
        if ($total_records > $limit)
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang("showing %1 - %2 of 
%3",($start + 1),($start + $limit),$total_records));
        }
        else
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang("showing 
%1",$total_records));
        }
  





reply via email to

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