fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8671]


From: Torstein
Subject: [Fmsystem-commits] [8671]
Date: Tue, 24 Jan 2012 13:58:36 +0000

Revision: 8671
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8671
Author:   vator
Date:     2012-01-24 13:58:35 +0000 (Tue, 24 Jan 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/inc/class.uicheck_list.inc.php
    trunk/controller/inc/class.uicheck_list_for_location.inc.php
    trunk/controller/inc/class.uicontrol.inc.php

Modified: trunk/controller/inc/class.uicheck_list.inc.php
===================================================================
--- trunk/controller/inc/class.uicheck_list.inc.php     2012-01-24 13:38:36 UTC 
(rev 8670)
+++ trunk/controller/inc/class.uicheck_list.inc.php     2012-01-24 13:58:35 UTC 
(rev 8671)
@@ -83,7 +83,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
"controller::check_list";
                }
-
+/*
                public function index()
                {
                        if(phpgw::get_var('phpgw_return_as') == 'json') {
@@ -175,7 +175,7 @@
 
                        self::render_template_xsl('datatable', $data);
                }
-               
+               */
                /* Kommentert ut av Torstein 21.01.2012 - Tror ikke vi bruker 
denne... Kanskje den bør slettes...
                * 
                public function view_check_list()

Modified: trunk/controller/inc/class.uicheck_list_for_location.inc.php
===================================================================
--- trunk/controller/inc/class.uicheck_list_for_location.inc.php        
2012-01-24 13:38:36 UTC (rev 8670)
+++ trunk/controller/inc/class.uicheck_list_for_location.inc.php        
2012-01-24 13:58:35 UTC (rev 8671)
@@ -41,20 +41,9 @@
        
        class controller_uicheck_list_for_location extends controller_uicommon
        {
-               /*
-               var $cat_id;
-               var $start;
-               var $query;
-               var $sort;
-               var $order;
-               var $filter;
-               var $currentapp;
-               var $type_id;
-               var $location_code;
-               */
+               private $so;
                private $so_control_area;
                private $so_control;
-               private $so;
                private $so_control_item;
                private $so_check_item;
                private $so_procedure;
@@ -86,10 +75,7 @@
                function __construct()
                {
                        parent::__construct();
-/*
-                       $this->bo                                       = 
CreateObject('property.bolocation',true);
-                       $this->bocommon                         = & 
$this->bo->bocommon;
-                       */
+
                        $this->so_control_area          = 
CreateObject('controller.socontrol_area');
                        $this->so_control                       = 
CreateObject('controller.socontrol');
                        $this->so                                       = 
CreateObject('controller.socheck_list');
@@ -98,22 +84,7 @@
                        $this->so_procedure                     = 
CreateObject('controller.soprocedure');
                        $this->so_control_group_list = 
CreateObject('controller.socontrol_group_list');
                        $this->so_control_item_list = 
CreateObject('controller.socontrol_item_list');
-                       /*
-                       $this->type_id                          = 
$this->bo->type_id;
-                       
-                       $this->start                            = 
$this->bo->start;
-                       $this->query                            = 
$this->bo->query;
-                       $this->sort                                     = 
$this->bo->sort;
-                       $this->order                            = 
$this->bo->order;
-                       $this->filter                           = 
$this->bo->filter;
-                       $this->cat_id                           = 
$this->bo->cat_id;
-                       $this->part_of_town_id          = 
$this->bo->part_of_town_id;
-                       $this->district_id                      = 
$this->bo->district_id;
-                       $this->status                           = 
$this->bo->status;
-                       $this->allrows                          = 
$this->bo->allrows;
-                       $this->lookup                           = 
$this->bo->lookup;
-                       $this->location_code            = 
$this->bo->location_code;
-                       */
+
                        
self::set_active_menu('controller::control::check_list');
                }       
        

Modified: trunk/controller/inc/class.uicontrol.inc.php
===================================================================
--- trunk/controller/inc/class.uicontrol.inc.php        2012-01-24 13:38:36 UTC 
(rev 8670)
+++ trunk/controller/inc/class.uicontrol.inc.php        2012-01-24 13:58:35 UTC 
(rev 8671)
@@ -59,9 +59,9 @@
 
                public $public_functions = array
                (
-                       'index' =>      true,
-                       'control_list'  =>      true,
-                       'view'  =>      true,
+                       'index'                                                 
        =>      true,
+                       'control_list'                                          
=>      true,
+                       'view'                                                  
        =>      true,
                        'view_control_details'                          =>      
true,
                        'save_control_details'                          =>      
true,
                        'view_control_groups'                           =>      
true,




reply via email to

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