fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7963]


From: Torstein
Subject: [Fmsystem-commits] [7963]
Date: Fri, 28 Oct 2011 05:19:11 +0000

Revision: 7963
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7963
Author:   vator
Date:     2011-10-28 05:19:11 +0000 (Fri, 28 Oct 2011)
Log Message:
-----------


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-10-28 05:11:05 UTC (rev 
7962)
+++ trunk/controller/inc/class.menu.inc.php     2011-10-28 05:19:11 UTC (rev 
7963)
@@ -45,36 +45,12 @@
                                        'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction'=> 
'controller.uiprocedure.index') ),
                            'image'     => array('property', 'location_1'),
                                ),    
-                               'example' => array
+                               'check_list' => array
                                (
-                                       'text'  => 'example',
-                                       'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction'=> 
'controller.uiexample.index') ),
+                                       'text'  => lang('Check_list'),
+                                       'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction'=> 
'controller.uicheck_list.index') ),
                            'image'     => array('property', 'location_1'),
-                                       'children'      => array(
-                                                               'edit' => array
-
-                                                               (
-                                                                       'text'  
=> 'example::edit',
-                                                                       'url'   
=> $GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'controller.uiexample.edit') ),
-                                                                       'image' 
=> array('rental', 'x-office-spreadsheet')
-                                                               ),
-                                                               'normal_tabs' 
=> array
-
-                                                               (
-                                                                       'text'  
=> 'example::normal_tabs',
-                                                                       'url'   
=> $GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'controller.uiexample.normal_tabs') ),
-                                                                       'image' 
=> array('rental', 'x-office-spreadsheet')
-                                                               ),
-                                                               'separate_tabs' 
=> array
-
-                                                               (
-                                                                       'text'  
=> 'example::separate_tabs',
-                                                                       'url'   
=> $GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'controller.uiexample.separate_tabs') ),
-                                                                       'image' 
=> array('rental', 'x-office-spreadsheet')
-                                                               ),
-                                                               
-                                                       )
-                       ), 
+                               ),
                        );
                        
                        $menus['folders'] = 
phpgwapi_menu::get_categories('bergen');




reply via email to

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