fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14378]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14378]
Date: Tue, 17 Nov 2015 00:20:38 +0000

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


Modified Paths:
--------------
    branches/dev-syncromind/frontend/inc/class.uicontract.inc.php

Modified: branches/dev-syncromind/frontend/inc/class.uicontract.inc.php
===================================================================
--- branches/dev-syncromind/frontend/inc/class.uicontract.inc.php       
2015-11-17 00:20:22 UTC (rev 14377)
+++ branches/dev-syncromind/frontend/inc/class.uicontract.inc.php       
2015-11-17 00:20:37 UTC (rev 14378)
@@ -1,12 +1,12 @@
 <?php
 
-phpgw::import_class('frontend.uifrontend');
+phpgw::import_class('frontend.uicommon');
 phpgw::import_class('rental.uicontract');
 phpgw::import_class('rental.socontract');
 phpgw::import_class('rental.socomposite');
 phpgw::import_class('rental.soparty');
 
-class frontend_uicontract extends frontend_uifrontend
+class frontend_uicontract extends frontend_uicommon
 {
 
        protected $contract_state_identifier;
@@ -22,12 +22,8 @@
        public function __construct()
        {
                parent::__construct();
-               
-               $this->location_id                      = 
phpgw::get_var('location_id', 'int', 'REQUEST', 0);
-//             $this->get_contracts_per_location();
        }
        
-
        /**
         * Show single contract details
         */
@@ -189,10 +185,11 @@
                                'msgbox_data'           => 
$GLOBALS['phpgw']->common->msgbox($GLOBALS['phpgw']->common->msgbox_data($msglog)),
                                'party'                         => $party_array,
                                'composite'                     => 
$composite_array,
-                               'location_id'           => $this->location_id,
+                               'tab_selected'          => $this->tab_selected,
                                'contract_filter'       => 
$this->contract_filter,
                                'form_url'                      => 
$this->form_url,
-                               'tabs'                          => $this->tabs
+                               'tabs'                          => $this->tabs,
+                               'tabs_content'          => $this->tabs_content
                        )
                );
 




reply via email to

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