fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14358]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14358]
Date: Sat, 14 Nov 2015 00:13:14 +0000

Revision: 14358
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14358
Author:   nelson224
Date:     2015-11-14 00:13:14 +0000 (Sat, 14 Nov 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/frontend/inc/class.uirefurbishment.inc.php
===================================================================
--- branches/dev-syncromind/frontend/inc/class.uirefurbishment.inc.php  
2015-11-14 00:12:55 UTC (rev 14357)
+++ branches/dev-syncromind/frontend/inc/class.uirefurbishment.inc.php  
2015-11-14 00:13:14 UTC (rev 14358)
@@ -43,18 +43,19 @@
                public function __construct()
                {
                        parent::__construct();
+                       $this->location_id                      = 
phpgw::get_var('location_id', 'int', 'REQUEST', 0);
                }
 
                public function index()
                {
                        $data = array
                        (
-                               'header' =>$this->header_state,
-                               'tabs' => $this->tabs,
-                               'refurbishment'      => lang('not_implemented')
+                               'header'        => $this->header_state,
+                               'contract'      => array('refurbishment' => 
lang('not_implemented'), 'tabs' => $this->tabs, 'filters' => $filters, 
'location_id' => $this->location_id)
                        );
                        
-               $GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('app_data' => 
$data));
-               
$GLOBALS['phpgw']->xslttpl->add_file(array('frontend','refurbishment'));
+                       self::render_template_xsl(array('refurbishment', 
'frontend'), array('data' => $data));
                }
+               
+               public function query() {}
     }




reply via email to

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