fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10163] Logistic: Changed names from booking to alloc


From: Torstein
Subject: [Fmsystem-commits] [10163] Logistic: Changed names from booking to allocation
Date: Tue, 09 Oct 2012 06:24:07 +0000

Revision: 10163
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10163
Author:   vator
Date:     2012-10-09 06:24:07 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
Logistic: Changed names from booking to allocation

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-09 06:21:12 UTC (rev 
10162)
+++ trunk/logistic/inc/class.uiactivity.inc.php 2012-10-09 06:24:07 UTC (rev 
10163)
@@ -191,22 +191,22 @@
 
                        $data['datatable']['actions'][] = array
                                        (
-                                               'my_name'               => 
'new_booking',
-                                               'text'                  => 
lang('t_new_booking'),
+                                               'my_name'               => 
'new_allocation',
+                                               'text'                  => 
lang('t_new_allocation'),
                                                'action'                => 
$GLOBALS['phpgw']->link('/index.php',array
                                                (
-                                                       'menuaction'    => 
'logistic.uibooking.edit'
+                                                       'menuaction'    => 
'logistic.uiallocation.edit'
                                                )),
                                                'parameters'    => 
json_encode($parameters)
                                        );
 
                        $data['datatable']['actions'][] = array
                                        (
-                                               'my_name'               => 
'view_bookings',
-                                               'text'                  => 
lang('t_view_bookings'),
+                                               'my_name'               => 
'view_allocations',
+                                               'text'                  => 
lang('t_view_allocations'),
                                                'action'                => 
$GLOBALS['phpgw']->link('/index.php',array
                                                (
-                                                       'menuaction'    => 
'logistic.uibooking.index'
+                                                       'menuaction'    => 
'logistic.uiallocation.index'
                                                )),
                                                'parameters'    => 
json_encode($parameters)
                                        );




reply via email to

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