fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13327]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13327]
Date: Mon, 01 Jun 2015 22:19:16 +0000

Revision: 13327
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13327
Author:   nelson224
Date:     2015-06-01 22:19:16 +0000 (Mon, 01 Jun 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.uicustom.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uicustom.inc.php 2015-06-01 
20:30:03 UTC (rev 13326)
+++ branches/dev-syncromind/property/inc/class.uicustom.inc.php 2015-06-01 
22:19:16 UTC (rev 13327)
@@ -382,13 +382,14 @@
             
             $custom_def = array
                        (   
-                array('key' => 'id', 'label'=>lang('Id'), 'sortable'=>true, 
'resizeable'=>true,'hidden'=>true),
-                               array('key' => 'name', 'label'=>lang('Column 
name'), 'sortable'=>FALSE, 'resizeable'=>true),
-                               array('key' => 'descr', 'label'=>lang('Column 
description'), 'sortable'=>FALSE, 'resizeable'=>true),
-                array('key' => 'sorting', 'label'=>lang('Sorting'), 
'sortable'=>FALSE, 
'resizeable'=>true,'formatter'=>'JqueryPortico.formatUpDown'),
-                array('key' => 'delete', 'label'=>lang('Delete column'), 
'sortable'=>FALSE, 
'resizeable'=>true,'formatter'=>'JqueryPortico.formatCheckCustom'),
-                array('key' => 'link_up', 'label'=>lang('Up'), 
'sortable'=>FALSE, 'resizeable'=>true, 'hidden'=>TRUE),
-                               array('key' => 'link_down', 
'label'=>lang('Down'), 'sortable'=>FALSE, 'resizeable'=>true,'hidden'=>TRUE)
+                array('key' => 'id', 'label'=>lang('Id'), 'sortable'=>true, 
'hidden'=>true),
+                               array('key' => 'name', 'label'=>lang('Column 
name'), 'sortable'=>FALSE),
+                               array('key' => 'descr', 'label'=>lang('Column 
description'), 'sortable'=>FALSE),
+                               array('key' => 'order', 'label'=>lang('Order'), 
'sortable'=>FALSE, 'className'=>'center'),
+                array('key' => 'sorting', 'label'=>lang('Sorting'), 
'sortable'=>FALSE, 
'className'=>'center','formatter'=>'JqueryPortico.formatUpDown'),
+                array('key' => 'delete', 'label'=>lang('Delete column'), 
'sortable'=>FALSE, 'formatter'=>'JqueryPortico.formatCheckCustom'),
+                array('key' => 'link_up', 'label'=>lang('Up'), 
'sortable'=>FALSE, 'hidden'=>TRUE),
+                               array('key' => 'link_down', 
'label'=>lang('Down'), 'sortable'=>FALSE, 'hidden'=>TRUE)
                        );
             //formatLink formatCheck
             while (is_array($custom['cols']) && list(,$entry) = 
each($custom['cols']))
@@ -397,6 +398,7 @@
                                        'id'            => $entry['id'],
                                        'name'          => $entry['name'],
                                        'descr'         => $entry['descr'],
+                                       'order'         => $entry['sorting'],
                                        'sorting'       => $entry['sorting'],
                                        'link_up'       => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction'=> 
'property.uicustom.edit', 'resort'=> 'up', 'cols_id'=> $entry['id'], 
'custom_id'=> $custom_id)),
                                        'link_down'     => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction'=> 
'property.uicustom.edit', 'resort'=> 'down', 'cols_id'=> $entry['id'], 
'custom_id'=> $custom_id)),
@@ -404,7 +406,6 @@
                                );
                        }
                          
-          
             $datatable_def[] = array
                        (
                                'container'             => 
'datatable-container_0',




reply via email to

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