phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/inc class.uiinfolog.inc.php,1.63,1.64


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc class.uiinfolog.inc.php,1.63,1.64
Date: Tue, 22 Apr 2003 16:30:24 -0400

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv22751/infolog/inc

Modified Files:
        class.uiinfolog.inc.php 
Log Message:
Changed some x's into %'s


Index: class.uiinfolog.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.uiinfolog.inc.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -r1.63 -r1.64
*** class.uiinfolog.inc.php     2 Apr 2003 10:13:19 -0000       1.63
--- class.uiinfolog.inc.php     22 Apr 2003 20:30:22 -0000      1.64
***************
*** 790,798 ****
                          $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);
                        }
                        
$GLOBALS['phpgw']->template->set_var('total_matchs',$total_matchs);
--- 790,798 ----
                          $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);
                        }
                        
$GLOBALS['phpgw']->template->set_var('total_matchs',$total_matchs);





reply via email to

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