fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8274] Controller: responsibilities


From: Sigurd Nes
Subject: [Fmsystem-commits] [8274] Controller: responsibilities
Date: Mon, 12 Dec 2011 15:12:46 +0000

Revision: 8274
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8274
Author:   sigurdne
Date:     2011-12-12 15:12:46 +0000 (Mon, 12 Dec 2011)
Log Message:
-----------
Controller: responsibilities

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-12-12 15:12:11 UTC (rev 
8273)
+++ trunk/controller/inc/class.menu.inc.php     2011-12-12 15:12:46 UTC (rev 
8274)
@@ -148,7 +148,17 @@
                                        (
                                                'text'  => lang('Control area'),
                                                'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'admin.uicategories.index', 'appname' => 'controller', 'location' => 
'.control', 'global_cats' => 'true', 'menu_selection' => 
'admin::controller::control_cats') )
-                                       )
+                                       ),
+                                       'responsible_matrix'    => array
+                                       (
+                                               'text'          => 
lang('responsible matrix'),
+                                               'url'           => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uiresponsible.index', 'appname' => 'controller') )
+                                       ),
+                                       'responsibility_role'   => array
+                                       (
+                                               'text'  => lang('responsibility 
role'),
+                                               'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uigeneric.index', 'type' => 'responsibility_role', 'appname' => 
'controller') )
+                                       ),
                                );
                        }
 




reply via email to

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