fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13318] uicustom.inc


From: Saul
Subject: [Fmsystem-commits] [13318] uicustom.inc
Date: Fri, 29 May 2015 22:54:31 +0000

Revision: 13318
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13318
Author:   psaul
Date:     2015-05-29 22:54:31 +0000 (Fri, 29 May 2015)
Log Message:
-----------
uicustom.inc

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-05-29 
22:54:01 UTC (rev 13317)
+++ branches/dev-syncromind/property/inc/class.uicustom.inc.php 2015-05-29 
22:54:31 UTC (rev 13318)
@@ -382,7 +382,7 @@
             
             $custom_def = array
                        (   
-//                array('key' => 'id', 'label'=>lang('Id'), 'sortable'=>true, 
'resizeable'=>true),
+                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'),
@@ -460,8 +460,10 @@
             phpgwapi_jquery::load_widget('core');
                        phpgwapi_jquery::load_widget('numberformat');
                        
+          
+                       
self::render_template_xsl(array('custom','datatable_inline'), array('edit' => 
$data));
+            
             self::add_javascript('property', 'portico', 'custom.edit.js');
-                       
self::render_template_xsl(array('custom','datatable_inline'), array('edit' => 
$data));
                }
 
 




reply via email to

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