fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10461]


From: Torstein
Subject: [Fmsystem-commits] [10461]
Date: Sun, 04 Nov 2012 22:58:44 +0000

Revision: 10461
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10461
Author:   vator
Date:     2012-11-04 22:58:44 +0000 (Sun, 04 Nov 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/logistic/inc/class.uiactivity.inc.php
    trunk/logistic/inc/class.uirequirement.inc.php
    trunk/logistic/setup/phpgw_no.lang

Modified: trunk/logistic/inc/class.uiactivity.inc.php
===================================================================
--- trunk/logistic/inc/class.uiactivity.inc.php 2012-11-04 22:50:08 UTC (rev 
10460)
+++ trunk/logistic/inc/class.uiactivity.inc.php 2012-11-04 22:58:44 UTC (rev 
10461)
@@ -626,6 +626,11 @@
                                                        'key' => 'alloc_link',
                                                        'label' => 
lang('Allocate resources'),
                                                        'sortable' => false,
+                                               ),
+                                               array(
+                                                       'key' => 
'edit_requirement_link',
+                                                       'label' => lang('Edit 
requirement'),
+                                                       'sortable' => false,
                                                )
                                        )
                                ),

Modified: trunk/logistic/inc/class.uirequirement.inc.php
===================================================================
--- trunk/logistic/inc/class.uirequirement.inc.php      2012-11-04 22:50:08 UTC 
(rev 10460)
+++ trunk/logistic/inc/class.uirequirement.inc.php      2012-11-04 22:58:44 UTC 
(rev 10461)
@@ -179,7 +179,8 @@
                                        $entry['alloc_link'] = "<a 
class=\"btn-sm alloc\" href=\"{$href}\">Tildel ressurser</a>";
                                }
                                
-                               
+                               $href = self::link(array('menuaction' => 
'logistic.uirequirement.edit', 'id' => $entry['id']));
+                               $entry['edit_requirement_link'] = "<a 
class=\"btn-sm alloc\" href=\"{$href}\">Endre behov</a>";
                        }
 
                        // ... add result data
@@ -289,6 +290,11 @@
                                                        'label' => 
lang('Status'),
                                                        'sortable' => false,
                                                ),
+                                               array(
+                                                       'key' => 
'edit_requirement_link',
+                                                       'label' => 
lang('Status'),
+                                                       'sortable' => false,
+                                               ),
                                        )
                                ),
                        );

Modified: trunk/logistic/setup/phpgw_no.lang
===================================================================
--- trunk/logistic/setup/phpgw_no.lang  2012-11-04 22:50:08 UTC (rev 10460)
+++ trunk/logistic/setup/phpgw_no.lang  2012-11-04 22:58:44 UTC (rev 10461)
@@ -91,4 +91,5 @@
 Allocated resouces     logistic        no      Tildelte ressurser
 Click on table above to get allocations        logistic        no      Klikk 
på en rad i tabellen over for å få frem visning
 Add activity to project        logistic        no      Legg aktivitet til 
prosjektet
-View resources overview        logistic        no      Vis ressursoversikt
\ No newline at end of file
+View resources overview        logistic        no      Vis ressursoversikt
+Edit requirement       logistic        no      Endre behov
\ No newline at end of file




reply via email to

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