fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13086]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13086]
Date: Fri, 24 Apr 2015 21:59:14 +0000

Revision: 13086
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13086
Author:   nelson224
Date:     2015-04-24 21:59:13 +0000 (Fri, 24 Apr 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uilookup.inc.php

Modified: branches/dev-syncromind/property/inc/class.uilookup.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uilookup.inc.php 2015-04-23 
23:37:09 UTC (rev 13085)
+++ branches/dev-syncromind/property/inc/class.uilookup.inc.php 2015-04-24 
21:59:13 UTC (rev 13086)
@@ -512,7 +512,8 @@
                                'input_type'    =>      
array('text','text','text'),
                                'name'                  =>      
array('id','org_name','status'),
                                'formatter'             =>      array('','',''),
-                               'descr'                 =>      
array(lang('ID'),lang('Name'), lang('status'))
+                               'descr'                 =>      
array(lang('ID'),lang('Name'), lang('status')),
+                               'sortable'              =>      
array(true,true,false)
                        );
 
                        $count_uicols_name = count($uicols['name']);
@@ -522,7 +523,7 @@
                                $params = array(
                                                                'key' => 
$uicols['name'][$k],
                                                                'label' => 
$uicols['descr'][$k],
-                                                               'sortable' => 
false,
+                                                               'sortable' => 
$uicols['sortable'][$k],
                                                                'hidden' => 
false
                                                        );
                                
@@ -640,7 +641,7 @@
                                $params = array(
                                                                'key' => 
$uicols['name'][$k],
                                                                'label' => 
$uicols['descr'][$k],
-                                                               'sortable' => 
false,
+                                                               'sortable' => 
true,
                                                                'hidden' => 
false
                                                        );
 




reply via email to

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