fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13273]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13273]
Date: Mon, 25 May 2015 20:25:14 +0000

Revision: 13273
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13273
Author:   nelson224
Date:     2015-05-25 20:25:13 +0000 (Mon, 25 May 2015)
Log Message:
-----------


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-05-25 
20:24:57 UTC (rev 13272)
+++ branches/dev-syncromind/property/inc/class.uibudget.inc.php 2015-05-25 
20:25:13 UTC (rev 13273)
@@ -1180,6 +1180,7 @@
                                        'lang_no_district'                      
                => lang('no district'),
                                        'lang_district_statustext'              
        => lang('Select the district'),
                                        'select_district_name'                  
        => 'values[district_id]',
+                                       'district_required'                     
                => 1,
                                        'district_list'                         
                => $this->bocommon->select_district_list('select',$district_id),
 
                                        'value_year'                            
                => $values['year'],
@@ -1205,9 +1206,10 @@
                                        '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'));
 
                        self::render_template_xsl(array('budget'), 
array('edit_basis' => $data));




reply via email to

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