fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13013] budget form validation


From: Alejandro
Subject: [Fmsystem-commits] [13013] budget form validation
Date: Wed, 15 Apr 2015 07:33:14 +0000

Revision: 13013
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13013
Author:   nudrick
Date:     2015-04-15 07:33:13 +0000 (Wed, 15 Apr 2015)
Log Message:
-----------
budget form validation

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uibudget.inc.php

Modified: branches/dev-syncromind/property/inc/class.uibudget.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uibudget.inc.php 2015-04-15 
07:31:54 UTC (rev 13012)
+++ branches/dev-syncromind/property/inc/class.uibudget.inc.php 2015-04-15 
07:33:13 UTC (rev 13013)
@@ -1028,7 +1028,8 @@
                                        'lang_apply_statustext'                 
=> lang('Apply the values'),
                                        'lang_cancel_statustext'                
=> lang('Leave the budget untouched and return to the list'),
                                        'lang_save_statustext'                  
=> lang('Save the budget and return to the list'),
-                                       'tabs'                                  
                => phpgwapi_jquery::tabview_generate($tabs, $active_tab)
+                                       'tabs'                                  
                => phpgwapi_jquery::tabview_generate($tabs, $active_tab),
+                                       'validator'                     => 
phpgwapi_jquery::formvalidator_generate(array('location', 'date', 'security', 
'file')) 
 
                                );
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('budget') . ': ' . ($budget_id?lang('edit budget'):lang('add budget'));




reply via email to

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