phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: eldaptir viewou.php,1.21,1.22


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: eldaptir viewou.php,1.21,1.22
Date: Tue, 22 Apr 2003 16:26:17 -0400

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

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


Index: viewou.php
===================================================================
RCS file: /cvsroot/phpgroupware/eldaptir/viewou.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** viewou.php  30 Apr 2002 18:09:49 -0000      1.21
--- viewou.php  22 Apr 2003 20:26:15 -0000      1.22
***************
*** 113,121 ****
                        $end = $start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'];
                }
!               $lang_showing=lang('showing x - x of x',($start + 
1),$end,$total);
        }
        else
        {
!               $lang_showing=lang('showing x',$total);
        }
        $GLOBALS['phpgw']->template->set_var('lang_showing',$lang_showing.' 
'.lang('in').' ');
--- 113,121 ----
                        $end = $start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'];
                }
!               $lang_showing=lang('showing %1 - %2 of %3',($start + 
1),$end,$total);
        }
        else
        {
!               $lang_showing=lang('showing %1',$total);
        }
        $GLOBALS['phpgw']->template->set_var('lang_showing',$lang_showing.' 
'.lang('in').' ');





reply via email to

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