fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14374]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14374]
Date: Tue, 17 Nov 2015 00:19:28 +0000

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


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

Modified: branches/dev-syncromind/frontend/inc/class.uidrawings.inc.php
===================================================================
--- branches/dev-syncromind/frontend/inc/class.uidrawings.inc.php       
2015-11-17 00:18:58 UTC (rev 14373)
+++ branches/dev-syncromind/frontend/inc/class.uidrawings.inc.php       
2015-11-17 00:19:27 UTC (rev 14374)
@@ -24,7 +24,7 @@
           along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
 
-    phpgw::import_class('frontend.uifrontend');
+    phpgw::import_class('frontend.uicommon');
 
        /**
         * Drawings
@@ -32,7 +32,7 @@
         * @package Frontend
         */
 
-    class frontend_uidrawings extends frontend_uifrontend
+    class frontend_uidrawings extends frontend_uicommon
     {
 
         public $public_functions = array
@@ -45,7 +45,6 @@
                {
                        
phpgwapi_cache::session_set('frontend','tab',$GLOBALS['phpgw']->locations->get_id('frontend','.drawings'));
                        parent::__construct();
-                       $this->location_id                      = 
phpgw::get_var('location_id', 'int', 'REQUEST', 0);
                        $this->location_code = 
$this->header_state['selected_location'];
                }
 
@@ -119,7 +118,7 @@
                        $data = array
                        (
                                'header'                        => 
$this->header_state,
-                               'drawings'                      => 
array('datatable_def'=>$datatable_def, 'tabs'=>$this->tabs, 
'location_id'=>$this->location_id, 
'msgbox_data'=>$GLOBALS['phpgw']->common->msgbox($GLOBALS['phpgw']->common->msgbox_data($msglog)))
+                               'drawings'                      => 
array('datatable_def'=>$datatable_def, 'tabs'=>$this->tabs, 
'tabs_content'=>$this->tabs_content, 'tab_selected'=>$this->tab_selected, 
'msgbox_data'=>$GLOBALS['phpgw']->common->msgbox($GLOBALS['phpgw']->common->msgbox_data($msglog)))
                        );
                        
                        self::render_template_xsl(array('drawings', 
'datatable_inline', 'frontend'), array('data' => $data));




reply via email to

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