fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10153] Logistic: Added fileds to data table


From: Torstein
Subject: [Fmsystem-commits] [10153] Logistic: Added fileds to data table
Date: Tue, 09 Oct 2012 05:36:16 +0000

Revision: 10153
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10153
Author:   vator
Date:     2012-10-09 05:36:16 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
Logistic: Added fileds to data table

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

Modified: trunk/logistic/inc/class.uirequirement.inc.php
===================================================================
--- trunk/logistic/inc/class.uirequirement.inc.php      2012-10-08 14:12:43 UTC 
(rev 10152)
+++ trunk/logistic/inc/class.uirequirement.inc.php      2012-10-09 05:36:16 UTC 
(rev 10153)
@@ -173,17 +173,21 @@
                                        'source' => 
self::link(array('menuaction' => 'logistic.uirequirement.index', 
'phpgw_return_as' => 'json')),
                                        'field' => array(
                                                array(
-                                                       'key' => 'name',
-                                                       'label' => 
lang('Project name'),
-                                                       'sortable' => true
-                                               ),
-                                               array(
                                                        'key' => 'id',
                                                        'label' => lang('ID'),
                                                        'sortable' => true,
-                                                       'formatter' => 
'YAHOO.portico.formatLink'
+                                               ),              
+                                               array(
+                                                       'key' => 'date_from',
+                                                       'label' => lang('From 
date'),
+                                                       'sortable' => false
                                                ),
                                                array(
+                                                       'key' => 'date_to',
+                                                       'label' => lang('To 
date'),
+                                                       'sortable' => false
+                                               ),
+                                               array(
                                                        'key' => 'link',
                                                        'hidden' => true
                                                )




reply via email to

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