phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.uiinfolog.inc.php,1.1.1.1.2.


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.uiinfolog.inc.php,1.1.1.1.2.1,1.1.1.1.2.2
Date: Mon, 03 Mar 2003 17:27:43 -0500

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

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


Index: class.uiinfolog.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/Attic/class.uiinfolog.inc.php,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** class.uiinfolog.inc.php     3 Feb 2003 22:36:25 -0000       1.1.1.1.2.1
--- class.uiinfolog.inc.php     3 Mar 2003 22:27:10 -0000       1.1.1.1.2.2
***************
*** 398,406 ****
                          $to = $start + $maxmatchs;
                          if ($to > $total) $to = $total;
!                         $total_matchs = lang('showing x - x of x',($start + 
1),$to,$total);
                        }
                        else
                        {
!                         $total_matchs = lang('showing x',$total);
                        }
                        $t->set_var('total_matchs',$total_matchs);
--- 398,406 ----
                          $to = $start + $maxmatchs;
                          if ($to > $total) $to = $total;
!                         $total_matchs = lang('showing %1 - %2 of %3',($start 
+ 1),$to,$total);
                        }
                        else
                        {
!                         $total_matchs = lang('showing %1',$total);
                        }
                        $t->set_var('total_matchs',$total_matchs);





reply via email to

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