fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8184] Added menu choice Location


From: Torstein
Subject: [Fmsystem-commits] [8184] Added menu choice Location
Date: Thu, 24 Nov 2011 07:31:41 +0000

Revision: 8184
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8184
Author:   vator
Date:     2011-11-24 07:31:41 +0000 (Thu, 24 Nov 2011)
Log Message:
-----------
Added menu choice Location

Modified Paths:
--------------
    trunk/controller/inc/class.menu.inc.php

Modified: trunk/controller/inc/class.menu.inc.php
===================================================================
--- trunk/controller/inc/class.menu.inc.php     2011-11-24 07:29:10 UTC (rev 
8183)
+++ trunk/controller/inc/class.menu.inc.php     2011-11-24 07:31:41 UTC (rev 
8184)
@@ -29,6 +29,12 @@
                                                'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction'=> 
'controller.uicontrol.control_list') ),
                                    'image'     => array('property', 
'location_1')
                                        ),
+                                       'location_for_check_list' => array
+                                       (
+                                               'text'  => lang('Location'),
+                                               'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction'=> 
'controller.uicheck_list_for_location.index') ),
+                                   'image'     => array('property', 
'location_1')
+                               ),
                                        'control_item' => array
                                        (
                                                'text'  => lang('Control_item'),
@@ -52,6 +58,12 @@
                                                'text'  => lang('Check_list'),
                                                'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction'=> 
'controller.uicheck_list.index') ),
                                    'image'     => array('property', 
'location_1'),
+                                       ),
+                                       'location_check_list' => array
+                                       (
+                                               'text'  => 
lang('Check_list_location'),
+                                               'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction'=> 
'controller.uilocation_check_list.view_agg_check_lists_for_location', 'year' => 
'2011', 'month' => '10') ),
+                               'image' => array('property', 'location_1'),
                                        )
                                );
                        }




reply via email to

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