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.9,1.9.2.1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora sites.php,1.9,1.9.2.1
Date: Mon, 03 Mar 2003 17:27:42 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        sites.php 
Log Message:
Changed all x's to %'s in the api (will be commited by Ralf) and the other apps 
using them.


Index: sites.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/sites.php,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -r1.9 -r1.9.2.1
*** sites.php   25 Jul 2001 23:34:57 -0000      1.9
--- sites.php   3 Mar 2003 22:27:10 -0000       1.9.2.1
***************
*** 93,101 ****
        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));
        }
  
--- 93,101 ----
        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));
        }
  





reply via email to

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