fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [6614] property: more on generic code


From: Sigurd Nes
Subject: [Fmsystem-commits] [6614] property: more on generic code
Date: Wed, 17 Nov 2010 22:01:35 +0000

Revision: 6614
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6614
Author:   sigurdne
Date:     2010-11-17 22:01:34 +0000 (Wed, 17 Nov 2010)
Log Message:
-----------
property: more on generic code

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

Modified: trunk/property/inc/class.menu.inc.php
===================================================================
--- trunk/property/inc/class.menu.inc.php       2010-11-17 21:51:15 UTC (rev 
6613)
+++ trunk/property/inc/class.menu.inc.php       2010-11-17 22:01:34 UTC (rev 
6614)
@@ -335,20 +335,20 @@
                                        'tenant'        => array
                                        (
                                                'text'  => lang('Tenant'),
-                                               'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uiactor.index', 'role' => 'tenant', 'admin' => true) ),
+                                               'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uigeneric.index', 'type' => 'tenant', 'admin' => true) ),
                                                'image'         => array( 
'property', 'location_tenant' ),
                                                'children'      => 
$admin_children_tenant
                                        ),
                                        'owner' => array
                                        (
                                                'text'  => lang('Owner'),
-                                               'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uiactor.index', 'role' => 'owner', 'admin' => true) ),
+                                               'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uigeneric.index', 'type' => 'owner', 'admin' => true) ),
                                                'children'      => 
$admin_children_owner
                                        ),
                                        'vendor'        => array
                                        (
                                                'text'  => lang('Vendor'),
-                                               'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uiactor.index', 'role' => 'vendor', 'admin' => true) ),
+                                               'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uigeneric.index', 'type' => 'vendor', 'admin' => true) ),
                                                'children'      => 
$admin_children_vendor
                                        ),
                                        'doc_cats'      => array
@@ -726,12 +726,12 @@
                                                ),
                                                'vendor'        => array
                                                (
-                                                       'url'   => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=> 
'property.uiactor.index', 'role'=> 'vendor')),
+                                                       'url'   => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=> 
'property.uigeneric.index', 'type'=> 'vendor')),
                                                        'text'  => 
lang('Vendor')
                                                ),
                                                'tenant'        => array
                                                (
-                                                       'url'   => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=> 
'property.uiactor.index', 'role'=> 'tenant')),
+                                                       'url'   => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=> 
'property.uigeneric.index', 'type'=> 'tenant')),
                                                        'text'  => 
lang('Tenant')
                                                ),
                                                'claim'         => array




reply via email to

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