phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.menu.php, 1.1.1.5


From: nomail
Subject: [Phpgroupware-cvs] property/class.menu.php, 1.1.1.5
Date: Fri, 21 May 2004 19:07:02 -0000

Update of /property
Modified Files:
        Branch: 
          class.menu.php

date: 2004/04/25 19:38:25;  author: sigurdne;  state: Exp;  lines: +43 -1

Log Message:
no message
=====================================================================
Index: property/class.menu.php
diff -u property/class.menu.php:1.1.1.4 property/class.menu.php:1.1.1.5
--- property/class.menu.php:1.1.1.4     Sat Apr 24 19:39:54 2004
+++ property/class.menu.php     Sun Apr 25 19:38:25 2004
@@ -45,6 +45,48 @@
                                $this->acl2                     = 
$GLOBALS['phpgw']->acl;//CreateObject($this->currentapp.'_acl2');
 
                                $i=0;
+                               $GLOBALS['phpgw']->add_appmenu('Property 
Admin','Admin',$currentapp .'.uiadmin.index');
+//                             if($sub=='admin')
+                               {
+                                       $menu['module'][$i]['this']=True;
+                                       
$GLOBALS['phpgw']->add_appmenu('Property 
Admin','Street',$currentapp.'.uicategory.index&type=street');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property 
Admin','District',$currentapp.'.uicategory.index&type=district');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Part of 
town',$currentapp.'.uip_of_town.index');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Admin 
entity',$currentapp.'.uiadmin_entity.index');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Admin 
Location',$currentapp.'.uiadmin_location.index');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Update the not active category 
for locations',$currentapp.'.uilocation.update_cat');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Workorder Categories' 
,$currentapp.'.uicategory.index&type=wo');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Ticket 
Categories',$currentapp.'.uicategory.index&type=ticket');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Tenant 
Categories',$currentapp.'.uicategory.index&type=tenant');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property 
Admin','Tenant',$currentapp.'.uitenant.index');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property 
Admin','Owner',$currentapp.'.uiowner.index');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Owner 
Categories',$currentapp.'.uicategory.index&type=owner');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Drawing 
Categories',$currentapp.'.uicategory.index&type=drawing');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Document 
Categories',$currentapp.'.uicategory.index&type=document');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Meter 
Categories',$currentapp.'.uicategory.index&type=meter');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Building 
Part',$currentapp.'.uistandard_2.index&type=building_part');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Tender 
chapter',$currentapp.'.uicategory.index&type=tender_chapter');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','ID 
Controle',$currentapp.'.uiadmin.edit_id');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property 
Admin','Permissions',$currentapp.'.uiadmin.list_acl2');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','User contact 
info',$currentapp.'.uiadmin.contact_info');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Request 
status',$currentapp.'.uistandard_2.index&type=request_status');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Workorders 
status',$currentapp.'.uistandard_2.index&type=workorder_status');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Agreement 
status',$currentapp.'.uistandard_2.index&type=agreement_status');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Document 
Status',$currentapp.'.uistandard_2.index&type=document_status');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Drawing 
Status',$currentapp.'.uistandard_2.index&type=drawing_status');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property 
Admin','Unit',$currentapp.'.uistandard_2.index&type=unit');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Key 
location',$currentapp.'.uistandard_3.index&type=key_location');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property 
Admin','Branch',$currentapp.'.uistandard_3.index&type=branch');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property 
Admin','Accounting',$currentapp.'.uib_account.index');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property Admin','Accounting 
extra',$currentapp.'.uicategory.index&type=dim_d');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property 
Admin','Import',$currentapp.'.uiXport.import');
+                                       
$GLOBALS['phpgw']->add_appmenu('Property 
Admin','Export',$currentapp.'.uiXport.export');
+                               }
+                               $menu['module'][$i]['link']             = 
$this->bocommon->link('/index.php','sid=cookie&op='.$currentapp.'.uiadmin.index');
+                               $menu['module'][$i]['name']             = 
lang('Admin');
+                               $menu['module'][$i]['statustext']       = 
lang('Admin Property');
+
+                               $i++;
                                if($sub=='location')
                                {
                                        $menu['module'][$i]['this']=True;




reply via email to

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