phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: timetrack hourslist.php,1.5,1.6 jobslist.php,1.


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: timetrack hourslist.php,1.5,1.6 jobslist.php,1.11,1.12
Date: Tue, 22 Apr 2003 16:34:52 -0400

Update of /cvsroot/phpgroupware/timetrack
In directory subversions:/tmp/cvs-serv23127/timetrack

Modified Files:
        hourslist.php jobslist.php 
Log Message:
CHanged some x's into %'s.


Index: hourslist.php
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/hourslist.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** hourslist.php       18 Mar 2002 03:18:04 -0000      1.5
--- hourslist.php       22 Apr 2003 20:34:50 -0000      1.6
***************
*** 92,98 ****
       $end = $start + 
$GLOBALS['phpgw_info']["user"]["preferences"]["common"]["maxmatchs"];
       if ($end > $GLOBALS['phpgw']->db->f(0)) $end = 
$GLOBALS['phpgw']->db->f(0);
!      echo "<br>" . lang("showing x - x of x",($start + 
1),$end,$GLOBALS['phpgw']->db->f(0));
    } else {
!      echo "<br>" . lang("showing x",$GLOBALS['phpgw']->db->f(0)); 
    }
  
--- 92,98 ----
       $end = $start + 
$GLOBALS['phpgw_info']["user"]["preferences"]["common"]["maxmatchs"];
       if ($end > $GLOBALS['phpgw']->db->f(0)) $end = 
$GLOBALS['phpgw']->db->f(0);
!      echo "<br>" . lang("showing %1 - %2 of %3",($start + 
1),$end,$GLOBALS['phpgw']->db->f(0));
    } else {
!      echo "<br>" . lang("showing %1",$GLOBALS['phpgw']->db->f(0)); 
    }
  

Index: jobslist.php
===================================================================
RCS file: /cvsroot/phpgroupware/timetrack/jobslist.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** jobslist.php        18 Mar 2002 03:18:04 -0000      1.11
--- jobslist.php        22 Apr 2003 20:34:50 -0000      1.12
***************
*** 140,146 ****
       $end = $start + 
$GLOBALS['phpgw_info']["user"]["preferences"]["common"]["maxmatchs"];
       if ($end > $matches) $end = $matches;
!      $t->set_var("lang_showing", lang("showing x - x of x",($start + 
1),$end,$matches));
    } else {
!      $t->set_var("lang_showing", lang("showing x",$matches));
    }
  
--- 140,146 ----
       $end = $start + 
$GLOBALS['phpgw_info']["user"]["preferences"]["common"]["maxmatchs"];
       if ($end > $matches) $end = $matches;
!      $t->set_var("lang_showing", lang("showing %1 - %2 of %3",($start + 
1),$end,$matches));
    } else {
!      $t->set_var("lang_showing", lang("showing %1",$matches));
    }
  





reply via email to

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