phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: chora sites.php,1.10,1.11


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora sites.php,1.10,1.11
Date: Tue, 22 Apr 2003 16:24:19 -0400

Update of /cvsroot/phpgroupware/chora
In directory subversions:/tmp/cvs-serv21912/chora

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


Index: sites.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/sites.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** sites.php   28 Apr 2002 19:47:55 -0000      1.10
--- sites.php   22 Apr 2003 20:24:17 -0000      1.11
***************
*** 105,113 ****
        if($total_records > $limit)
        {
!               $t->set_var('lang_showing',lang('showing x - x of x',($start + 
1),($start + $limit),$total_records));
        }
        else
        {
!               $t->set_var('lang_showing',lang('showing x',$total_records));
        }
        // ------------------------------ end nextmatch 
------------------------------------------
--- 105,113 ----
        if($total_records > $limit)
        {
!               $t->set_var('lang_showing',lang('showing %1 - %2 of %3',($start 
+ 1),($start + $limit),$total_records));
        }
        else
        {
!               $t->set_var('lang_showing',lang('showing %1',$total_records));
        }
        // ------------------------------ end nextmatch 
------------------------------------------





reply via email to

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