fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13698]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13698]
Date: Tue, 11 Aug 2015 23:08:05 +0000

Revision: 13698
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13698
Author:   nelson224
Date:     2015-08-11 23:08:04 +0000 (Tue, 11 Aug 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/inc/class.socomposite.inc.php

Modified: branches/dev-syncromind/rental/inc/class.socomposite.inc.php
===================================================================
--- branches/dev-syncromind/rental/inc/class.socomposite.inc.php        
2015-08-11 23:07:39 UTC (rev 13697)
+++ branches/dev-syncromind/rental/inc/class.socomposite.inc.php        
2015-08-11 23:08:04 UTC (rev 13698)
@@ -444,5 +444,42 @@
 
                return null;
     }
+       
+    public function get_uicols() 
+       {
+               $uicols = array();
+               
+               $uicols['name'][]               = 'id';
+               $uicols['descr'][]              = lang('serial');
+               $uicols['sortable'][]   = false;
+               $uicols['input_type'][] = 'hidden';
+
+               $uicols['name'][]               = 'location_code';
+               $uicols['descr'][]              = lang('object_number');
+               $uicols['sortable'][]   = true;
+               $uicols['input_type'][] = 'text';
+               
+               $uicols['name'][]               = 'name';
+               $uicols['descr'][]              = lang('name');
+               $uicols['sortable'][]   = true;
+               $uicols['input_type'][] = 'text';
+               
+               $uicols['name'][]               = 'address';
+               $uicols['descr'][]              = lang('address');
+               $uicols['sortable'][]   = true;
+               $uicols['input_type'][] = 'text';
+               
+               $uicols['name'][]               = 'gab_id';
+               $uicols['descr'][]              = lang('propertyident');
+               $uicols['sortable'][]   = false;
+               $uicols['input_type'][] = 'text';
+               
+               $uicols['name'][]               = 'status';
+               $uicols['descr'][]              = lang('status');
+               $uicols['sortable'][]   = true;
+               $uicols['input_type'][] = 'text';
+               
+               return $uicols;
+    }
 }
 ?>




reply via email to

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