phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email addressbook.php,1.38,1.39


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email addressbook.php,1.38,1.39
Date: Tue, 22 Apr 2003 16:26:17 -0400

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

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


Index: addressbook.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/addressbook.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** addressbook.php     14 Mar 2003 03:59:55 -0000      1.38
--- addressbook.php     22 Apr 2003 20:26:15 -0000      1.39
***************
*** 116,124 ****
        if ($d->total_records > 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'])
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang('showing x - x of 
x',($start + 1),($start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs']),$d->total_records));
        }
        else
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang('showing 
x',$d->total_records));
        }
        // --------------------------------------- end nextmatch 
------------------------------------------
--- 116,124 ----
        if ($d->total_records > 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'])
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang('showing %1 - %2 of 
%3',($start + 1),($start + 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs']),$d->total_records));
        }
        else
        {
!               
$GLOBALS['phpgw']->template->set_var('lang_showing',lang('showing 
%1',$d->total_records));
        }
        // --------------------------------------- end nextmatch 
------------------------------------------





reply via email to

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