fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10332] Logistic: removed book resource from activity


From: Torstein
Subject: [Fmsystem-commits] [10332] Logistic: removed book resource from activity drop down menu
Date: Wed, 24 Oct 2012 12:47:03 +0000

Revision: 10332
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10332
Author:   vator
Date:     2012-10-24 12:46:58 +0000 (Wed, 24 Oct 2012)
Log Message:
-----------
Logistic: removed book resource from activity drop down menu

Modified Paths:
--------------
    trunk/logistic/inc/class.uiactivity.inc.php

Modified: trunk/logistic/inc/class.uiactivity.inc.php
===================================================================
--- trunk/logistic/inc/class.uiactivity.inc.php 2012-10-24 12:07:07 UTC (rev 
10331)
+++ trunk/logistic/inc/class.uiactivity.inc.php 2012-10-24 12:46:58 UTC (rev 
10332)
@@ -190,30 +190,8 @@
                                                'parameters'    => 
json_encode($parameters)
                                        );
 
-                       $data['datatable']['actions'][] = array
+                               $data['datatable']['actions'][] = array
                                        (
-                                               'my_name'               => 
'new_allocation',
-                                               'text'                  => 
lang('t_new_allocation'),
-                                               'action'                => 
$GLOBALS['phpgw']->link('/index.php',array
-                                               (
-                                                       'menuaction'    => 
'logistic.uiallocation.edit'
-                                               )),
-                                               'parameters'    => 
json_encode($parameters)
-                                       );
-
-                       $data['datatable']['actions'][] = array
-                                       (
-                                               'my_name'               => 
'view_allocations',
-                                               'text'                  => 
lang('t_view_allocations'),
-                                               'action'                => 
$GLOBALS['phpgw']->link('/index.php',array
-                                               (
-                                                       'menuaction'    => 
'logistic.uiallocation.index'
-                                               )),
-                                               'parameters'    => 
json_encode($parameters)
-                                       );
-
-                       $data['datatable']['actions'][] = array
-                                       (
                                                'my_name'               => 
'add_favorite',
                                                'text'                  => 
lang('toggle as favorite'),
                                                'action'                => 
$GLOBALS['phpgw']->link('/index.php',array




reply via email to

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