phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property edit_account.php,1.1.1.1.2.1,1.1.1.1.2.


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property edit_account.php,1.1.1.1.2.1,1.1.1.1.2.2 delivery_update.php,1.1.1.1,1.1.1.1.2.1edit_agreement.php,1.2,1.2.2.1 edit_b_account.php,1.1.1.1,1.1.1.1.2.1 edit_branch.php,1.1.1.1.2.1,1.1.1.1.2.2 edit_documentation.php,1.1.2.3,1.1.2.4 edit_equipment.php,1.4,1.4.2.1 edit_equipment_type.php,1.2,1.2.2.1 edit_equipment_type_attribute.php,1.2,1.2.2.1 edit_key_location.php,1.1.1.1.2.1,1.1.1.1.2.2 edit_property_type.php,1.1.1.1,1.1.1.1.2.1 edit_property_type_attribute.php,1.1.1.1,1.1.1.1.2.1 edit_property_type_attribute_class.php,1.1.1.1,1.1.1.1.2.1 edit_request.php,1.2.2.1,1.2.2.2 edit_request_status.php,1.1.1.1.2.1,1.1.1.1.2.2 edit_request_type.php,1.1.1.1,1.1.1.1.2.1 edit_request_type_attribute.php,1.1.1.1,1.1.1.1.2.1 edit_wo_template.php,1.1.1.1.2.1,1.1.1.1.2.2 edit_wrkorder_status.php,1.1.1.1.2.1,1.1.1.1.2.2 editaccount_ex.php,1.1.1.1,1.1.1.1.2.1 editactivity.php,1.2,1.2.2.1
Date: Fri, 07 Mar 2003 16:16:26 -0500

Update of /cvsroot/phpgroupware/property
In directory subversions:/tmp/cvs-serv11546/property

Modified Files:
      Tag: Version-0_9_14-branch
        edit_account.php delivery_update.php edit_agreement.php 
        edit_b_account.php edit_branch.php edit_documentation.php 
        edit_equipment.php edit_equipment_type.php 
        edit_equipment_type_attribute.php edit_key_location.php 
        edit_property_type.php edit_property_type_attribute.php 
        edit_property_type_attribute_class.php edit_request.php 
        edit_request_status.php edit_request_type.php 
        edit_request_type_attribute.php edit_wo_template.php 
        edit_wrkorder_status.php editaccount_ex.php editactivity.php 
Log Message:
Added missing phrases and their french translation and changed all x's into %'s 
in lang calls and lang files.


Index: edit_account.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_account.php,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** edit_account.php    16 Feb 2003 21:36:03 -0000      1.1.1.1.2.1
--- edit_account.php    7 Mar 2003 21:14:43 -0000       1.1.1.1.2.2
***************
*** 47,51 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('account x has been updated !',$account_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 47,51 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('account %1 has been updated !',$account_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: delivery_update.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/delivery_update.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** delivery_update.php 28 Aug 2002 16:43:08 -0000      1.1.1.1
--- delivery_update.php 7 Mar 2003 21:14:43 -0000       1.1.1.1.2.1
***************
*** 61,65 ****
  
        if ($errorcount) { 
$t->set_var("message",$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($Delivery) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Delivery x has been updated !',$delivery_num)); }
        if ((! $Delivery) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 61,65 ----
  
        if ($errorcount) { 
$t->set_var("message",$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($Delivery) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Delivery %1 has been updated !',$delivery_num)); }
        if ((! $Delivery) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_agreement.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_agreement.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** edit_agreement.php  29 Aug 2002 20:28:05 -0000      1.2
--- edit_agreement.php  7 Mar 2003 21:14:43 -0000       1.2.2.1
***************
*** 61,65 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('agreement x has been updated !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 61,65 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('agreement %1 has been updated !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_b_account.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_b_account.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** edit_b_account.php  28 Aug 2002 16:43:08 -0000      1.1.1.1
--- edit_b_account.php  7 Mar 2003 21:14:43 -0000       1.1.1.1.2.1
***************
*** 43,47 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Account x has been updated !',$account_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 43,47 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Account %1 has been updated !',$account_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_branch.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_branch.php,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** edit_branch.php     16 Feb 2003 21:36:03 -0000      1.1.1.1.2.1
--- edit_branch.php     7 Mar 2003 21:14:43 -0000       1.1.1.1.2.2
***************
*** 47,51 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Branch x has been updated !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 47,51 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Branch %1 has been updated !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_documentation.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_documentation.php,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** edit_documentation.php      20 Nov 2002 18:39:29 -0000      1.1.2.3
--- edit_documentation.php      7 Mar 2003 21:14:43 -0000       1.1.2.4
***************
*** 170,174 ****
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Documentation item x x has been 
updated !',$id,$title));
        }
  
--- 170,174 ----
        if (($submit) && (! $error) && (! $errorcount))
        {
!               $t->set_var('message',lang('Documentation item %1 %2 has been 
updated !',$id,$title));
        }
  

Index: edit_equipment.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_equipment.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** edit_equipment.php  28 Sep 2002 22:07:12 -0000      1.4
--- edit_equipment.php  7 Mar 2003 21:14:43 -0000       1.4.2.1
***************
*** 93,97 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Equipment x has been updated !',$equipment_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 93,97 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Equipment %1 has been updated !',$equipment_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_equipment_type.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_equipment_type.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** edit_equipment_type.php     3 Sep 2002 22:15:38 -0000       1.2
--- edit_equipment_type.php     7 Mar 2003 21:14:43 -0000       1.2.2.1
***************
*** 48,52 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Equipment type x has been updated 
!',$equipment_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 48,52 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Equipment type %1 has been updated 
!',$equipment_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_equipment_type_attribute.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/property/Attic/edit_equipment_type_attribute.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** edit_equipment_type_attribute.php   3 Sep 2002 22:15:38 -0000       1.2
--- edit_equipment_type_attribute.php   7 Mar 2003 21:14:43 -0000       1.2.2.1
***************
*** 55,59 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Equipment type x has been updated 
!',$equipment_type)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 55,59 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Equipment type %1 has been updated 
!',$equipment_type)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_key_location.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_key_location.php,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** edit_key_location.php       16 Feb 2003 21:36:03 -0000      1.1.1.1.2.1
--- edit_key_location.php       7 Mar 2003 21:14:43 -0000       1.1.1.1.2.2
***************
*** 47,51 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Location x has been updated !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 47,51 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Location %1 has been updated !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_property_type.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_property_type.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** edit_property_type.php      28 Aug 2002 16:43:08 -0000      1.1.1.1
--- edit_property_type.php      7 Mar 2003 21:14:43 -0000       1.1.1.1.2.1
***************
*** 47,51 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property type x has been updated 
!',$property_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 47,51 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property type %1 has been updated 
!',$property_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_property_type_attribute.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/property/Attic/edit_property_type_attribute.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** edit_property_type_attribute.php    28 Aug 2002 16:43:08 -0000      1.1.1.1
--- edit_property_type_attribute.php    7 Mar 2003 21:14:43 -0000       
1.1.1.1.2.1
***************
*** 76,80 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property type x has been updated 
!',$property_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 76,80 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property type %1 has been updated 
!',$property_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_property_type_attribute_class.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/property/Attic/edit_property_type_attribute_class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** edit_property_type_attribute_class.php      28 Aug 2002 16:43:08 -0000      
1.1.1.1
--- edit_property_type_attribute_class.php      7 Mar 2003 21:14:43 -0000       
1.1.1.1.2.1
***************
*** 47,51 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property type x has been updated 
!',$property_type_attrib_class_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 47,51 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('property type %1 has been updated 
!',$property_type_attrib_class_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_request.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_request.php,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** edit_request.php    3 Feb 2003 21:48:08 -0000       1.2.2.1
--- edit_request.php    7 Mar 2003 21:14:43 -0000       1.2.2.2
***************
*** 100,104 ****
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request x has been updated !',$request_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 100,104 ----
        }
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request %1 has been updated !',$request_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_request_status.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_request_status.php,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** edit_request_status.php     16 Feb 2003 21:36:03 -0000      1.1.1.1.2.1
--- edit_request_status.php     7 Mar 2003 21:14:43 -0000       1.1.1.1.2.2
***************
*** 47,51 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('status x has been updated !',$status)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 47,51 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('status %1 has been updated !',$status)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_request_type.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_request_type.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** edit_request_type.php       28 Aug 2002 16:43:09 -0000      1.1.1.1
--- edit_request_type.php       7 Mar 2003 21:14:43 -0000       1.1.1.1.2.1
***************
*** 46,50 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request type x has been updated 
!',$request_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 46,50 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request type %1 has been updated 
!',$request_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_request_type_attribute.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_request_type_attribute.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** edit_request_type_attribute.php     28 Aug 2002 16:43:09 -0000      1.1.1.1
--- edit_request_type_attribute.php     7 Mar 2003 21:14:43 -0000       
1.1.1.1.2.1
***************
*** 75,79 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request type x has been updated 
!',$request_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 75,79 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('request type %1 has been updated 
!',$request_type_id)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_wo_template.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_wo_template.php,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** edit_wo_template.php        16 Feb 2003 21:36:03 -0000      1.1.1.1.2.1
--- edit_wo_template.php        7 Mar 2003 21:14:43 -0000       1.1.1.1.2.2
***************
*** 58,62 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Template x has been updated !',$template)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 58,62 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Template %1 has been updated !',$template)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: edit_wrkorder_status.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/edit_wrkorder_status.php,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** edit_wrkorder_status.php    16 Feb 2003 21:36:03 -0000      1.1.1.1.2.1
--- edit_wrkorder_status.php    7 Mar 2003 21:14:43 -0000       1.1.1.1.2.2
***************
*** 47,51 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('status x has been updated !',$status)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 47,51 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('status %1 has been updated !',$status)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: editaccount_ex.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/editaccount_ex.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** editaccount_ex.php  28 Aug 2002 16:43:08 -0000      1.1.1.1
--- editaccount_ex.php  7 Mar 2003 21:14:43 -0000       1.1.1.1.2.1
***************
*** 43,47 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Account_ex x has been updated !',$dim_d)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 43,47 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Account_ex %1 has been updated !',$dim_d)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  

Index: editactivity.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/editactivity.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** editactivity.php    16 Sep 2002 16:05:44 -0000      1.2
--- editactivity.php    7 Mar 2003 21:14:43 -0000       1.2.2.1
***************
*** 82,86 ****
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Activity x has been updated !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  
--- 82,86 ----
  
        if ($errorcount) { 
$t->set_var('message',$GLOBALS['phpgw']->common->error_list($error)); }
!       if (($submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',lang('Activity %1 has been updated !',$num)); }
        if ((! $submit) && (! $error) && (! $errorcount)) { 
$t->set_var('message',''); }
  





reply via email to

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