phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: bookmarks list.php,1.27,1.27.2.1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: bookmarks list.php,1.27,1.27.2.1
Date: Mon, 03 Mar 2003 17:27:42 -0500

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

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


Index: list.php
===================================================================
RCS file: /cvsroot/phpgroupware/bookmarks/list.php,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -C2 -r1.27 -r1.27.2.1
*** list.php    18 Nov 2001 15:46:24 -0000      1.27
--- list.php    3 Mar 2003 22:27:10 -0000       1.27.2.1
***************
*** 93,102 ****
        if ($total_bookmarks > 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'])
        {
!               $total_matchs = lang('showing x - x of x',($start + 1),
                        ($start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs']),$total_bookmarks);
        }
        else
        {
!               $total_matchs = lang('showing x',$total_bookmarks);
        }
        $GLOBALS['phpgw']->template->set_var('showing',$total_matchs);
--- 93,102 ----
        if ($total_bookmarks > 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'])
        {
!               $total_matchs = lang('showing %1 - %2 of %3',($start + 1),
                        ($start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs']),$total_bookmarks);
        }
        else
        {
!               $total_matchs = lang('showing %1',$total_bookmarks);
        }
        $GLOBALS['phpgw']->template->set_var('showing',$total_matchs);





reply via email to

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