fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14213]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14213]
Date: Tue, 20 Oct 2015 00:35:18 +0000

Revision: 14213
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14213
Author:   nelson224
Date:     2015-10-20 00:35:17 +0000 (Tue, 20 Oct 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/booking/inc/class.uiaccount_code_set.inc.php

Modified: branches/dev-syncromind/booking/inc/class.uiaccount_code_set.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.uiaccount_code_set.inc.php        
2015-10-20 00:35:01 UTC (rev 14212)
+++ branches/dev-syncromind/booking/inc/class.uiaccount_code_set.inc.php        
2015-10-20 00:35:17 UTC (rev 14213)
@@ -138,13 +138,15 @@
                        $account_code_set = 
$this->bo->read_single(phpgw::get_var('id', 'GET'));
                        $config = CreateObject('phpgwapi.config','booking');
                        $config->read();
-                       $this->add_default_display_data($account_code_set);
+                       //$this->add_default_display_data($account_code_set);
+                       $account_code_set['edit_link'] = 
self::link(array('menuaction' => 'booking.uiaccount_code_set.edit', 'id' => 
$account_code_set['id']));
+                       $account_code_set['cancel_link'] = 
self::link(array('menuaction' => 'booking.uiaccount_code_set.index'));
             
-                        $tabs = array();
-                        $tabs['generic'] = array('label' => lang('Account set 
code'), 'link' => '#account');
-                        $active_tab = 'generic';
+                       $tabs = array();
+                       $tabs['generic'] = array('label' => lang('Account set 
code'), 'link' => '#account');
+                       $active_tab = 'generic';
 
-                        $account_code_set['tabs'] = 
phpgwapi_jquery::tabview_generate($tabs, $active_tab);
+                       $account_code_set['tabs'] = 
phpgwapi_jquery::tabview_generate($tabs, $active_tab);
             
                        self::render_template_xsl('account_code_set', 
array('account_code_set' => $account_code_set, 'config_data' => 
$config->config_data));
                }




reply via email to

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