phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv addcategory.php,1.52,1.52.2.1 editcategory.


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv addcategory.php,1.52,1.52.2.1 editcategory.php,1.46,1.46.2.1
Date: Mon, 03 Mar 2003 17:27:42 -0500

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

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


Index: addcategory.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/Attic/addcategory.php,v
retrieving revision 1.52
retrieving revision 1.52.2.1
diff -C2 -r1.52 -r1.52.2.1
*** addcategory.php     19 Jul 2001 00:13:57 -0000      1.52
--- addcategory.php     3 Mar 2003 22:27:10 -0000       1.52.2.1
***************
*** 79,83 ****
  
        if ($errorcount) { 
$t->set_var('message',$phpgw->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Category x has been added !',$cat_name)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 79,83 ----
  
        if ($errorcount) { 
$t->set_var('message',$phpgw->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Category %1 has been added !',$cat_name)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: editcategory.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/Attic/editcategory.php,v
retrieving revision 1.46
retrieving revision 1.46.2.1
diff -C2 -r1.46 -r1.46.2.1
*** editcategory.php    19 Jul 2001 00:13:57 -0000      1.46
--- editcategory.php    3 Mar 2003 22:27:10 -0000       1.46.2.1
***************
*** 78,82 ****
  
        if ($errorcount) { 
$t->set_var('message',$phpgw->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Category x has been updated !',$cat_name)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 78,82 ----
  
        if ($errorcount) { 
$t->set_var('message',$phpgw->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Category %1 has been updated !',$cat_name)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  





reply via email to

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