fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9664]


From: Torstein
Subject: [Fmsystem-commits] [9664]
Date: Tue, 26 Jun 2012 10:43:48 +0000

Revision: 9664
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9664
Author:   vator
Date:     2012-06-26 10:43:48 +0000 (Tue, 26 Jun 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/inc/class.uicontrol.inc.php
    trunk/controller/inc/class.uiprocedure.inc.php

Modified: trunk/controller/inc/class.uicontrol.inc.php
===================================================================
--- trunk/controller/inc/class.uicontrol.inc.php        2012-06-26 10:36:24 UTC 
(rev 9663)
+++ trunk/controller/inc/class.uicontrol.inc.php        2012-06-26 10:43:48 UTC 
(rev 9664)
@@ -189,7 +189,7 @@
                                                                array(
                                                                'type' => 
'link',
                                                                'value' => 
lang('New control'),
-                                                               'href' => 
self::link(array('menuaction' => 'controller.uicontrol_item.add')),
+                                                               'href' => 
self::link(array('menuaction' => 'controller.uicontrol.add')),
                                                                'class' => 
'new_item'
                                                        ),
                                                ),

Modified: trunk/controller/inc/class.uiprocedure.inc.php
===================================================================
--- trunk/controller/inc/class.uiprocedure.inc.php      2012-06-26 10:36:24 UTC 
(rev 9663)
+++ trunk/controller/inc/class.uiprocedure.inc.php      2012-06-26 10:43:48 UTC 
(rev 9664)
@@ -122,7 +122,7 @@
                                                        array(
                                                                'type' => 
'link',
                                                                'value' => 
lang('t_new_procedure'),
-                                                               'href' => 
self::link(array('menuaction' => 'controller.uicontrol_item.add')),
+                                                               'href' => 
self::link(array('menuaction' => 'controller.uiprocedure.add')),
                                                                'class' => 
'new_item'
                                                        ),
                                                ),




reply via email to

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