fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13246] class.uiagreement


From: Saul
Subject: [Fmsystem-commits] [13246] class.uiagreement
Date: Wed, 20 May 2015 23:08:00 +0000

Revision: 13246
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13246
Author:   psaul
Date:     2015-05-20 23:08:00 +0000 (Wed, 20 May 2015)
Log Message:
-----------
class.uiagreement

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

Modified: branches/dev-syncromind/property/inc/class.uiagreement.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiagreement.inc.php      
2015-05-20 23:07:36 UTC (rev 13245)
+++ branches/dev-syncromind/property/inc/class.uiagreement.inc.php      
2015-05-20 23:08:00 UTC (rev 13246)
@@ -2554,16 +2554,16 @@
 
                        $myColumnDefs1 = array
                        (       
-                array('key' => 'activity_id',  
'label'=>$table_header[0]['header'], 'sortable'=>FALSE,'resizeable'=>true),
-                array('key' => 'num',                  
'label'=>$table_header[1]['header'], 'sortable'=>FALSE,'resizeable'=>true),
-                array('key' => 'descr',                        
'label'=>$table_header[2]['header'], 'sortable'=>FALSE,'resizeable'=>true),
-                array('key' => 'unit_name',            
'label'=>$table_header[3]['header'], 'sortable'=>FALSE,'resizeable'=>true, 
'formatter'=>'JqueryPortico.FormatterCenter'),
+                array('key' => 'activity_id',  
'label'=>$table_header[0]['header'], 'sortable'=>TRUE,'resizeable'=>true),
+                array('key' => 'num',                  
'label'=>$table_header[1]['header'], 'sortable'=>TRUE,'resizeable'=>true),
+                array('key' => 'descr',                        
'label'=>$table_header[2]['header'], 'sortable'=>TRUE,'resizeable'=>true),
+                array('key' => 'unit_name',            
'label'=>$table_header[3]['header'], 'sortable'=>TRUE,'resizeable'=>true, 
'formatter'=>'JqueryPortico.FormatterCenter'),
                 array('key' => 'm_cost',               
'label'=>$table_header[4]['header'], 'sortable'=>FALSE,'resizeable'=>true, 
'formatter'=>'JqueryPortico.FormatterRight'),
                 array('key' => 'w_cost',               
'label'=>$table_header[5]['header'], 'sortable'=>FALSE,'resizeable'=>true, 
'formatter'=>'JqueryPortico.FormatterRight'),
-                array('key' => 'total_cost',   
'label'=>$table_header[6]['header'], 'sortable'=>FALSE,'resizeable'=>true, 
'formatter'=>'JqueryPortico.FormatterRight'),
-                array('key' => 'this_index',   
'label'=>$table_header[7]['header'], 'sortable'=>FALSE,'resizeable'=>true),
-                array('key' => 'index_count',  
'label'=>$table_header[8]['header'], 'sortable'=>FALSE,'resizeable'=>true, 
'formatter'=>'JqueryPortico.FormatterCenter'),
-                array('key' => 'index_date',   
'label'=>$table_header[9]['header'], 'sortable'=>FALSE,'resizeable'=>true)
+                array('key' => 'total_cost',   
'label'=>$table_header[6]['header'], 'sortable'=>TRUE,'resizeable'=>true, 
'formatter'=>'JqueryPortico.FormatterRight'),
+                array('key' => 'this_index',   
'label'=>$table_header[7]['header'], 'sortable'=>TRUE,'resizeable'=>true),
+                array('key' => 'index_count',  
'label'=>$table_header[8]['header'], 'sortable'=>TRUE,'resizeable'=>true, 
'formatter'=>'JqueryPortico.FormatterCenter'),
+                array('key' => 'index_date',   
'label'=>$table_header[9]['header'], 'sortable'=>TRUE,'resizeable'=>true)
                        );
             
             $datatable_def[] = array
@@ -2618,7 +2618,7 @@
                        $data = array
                                (
                     'datatable_def'                            => 
$datatable_def,
-//                                     'property_js'                           
=> 
json_encode($GLOBALS['phpgw_info']['server']['webserver_url']."/property/js/yahoo/property2.js"),
+                                       'property_js'                           
=> 
json_encode($GLOBALS['phpgw_info']['server']['webserver_url']."/property/js/yahoo/property2.js"),
                                        'base_java_url'                         
=> json_encode(array(menuaction => "property.uiagreement.view")),
 //                                     'datatable'                             
        => $datavalues,
 //                                     'myColumnDefs'                          
=> $myColumnDefs,




reply via email to

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