fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13325]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13325]
Date: Mon, 01 Jun 2015 20:27:38 +0000

Revision: 13325
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13325
Author:   nelson224
Date:     2015-06-01 20:27:37 +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:27:20 UTC (rev 13324)
+++ branches/dev-syncromind/property/inc/class.uicustom.inc.php 2015-06-01 
20:27:37 UTC (rev 13325)
@@ -413,7 +413,8 @@
                                'ColumnDefs'    => $custom_def,
                                'config'                => array(
                                        array('disableFilter'   => true),
-                                       array('disablePagination'       => true)
+                                       array('disablePagination'       => 
true),
+                                       array('order'   => 
json_encode(array('2','asc')))
                                )
                        );
                            
@@ -454,16 +455,11 @@
                                );
                         
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('custom') . ': ' . ($custom_id?lang('edit custom'):lang('add custom'));
-
-                       
//$GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('edit' => $data));
             
             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');
                }
 
 




reply via email to

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