fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12302] class.uitemplate.inc.php


From: Saul
Subject: [Fmsystem-commits] [12302] class.uitemplate.inc.php
Date: Wed, 12 Nov 2014 23:16:43 +0000

Revision: 12302
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12302
Author:   psaul
Date:     2014-11-12 23:16:42 +0000 (Wed, 12 Nov 2014)
Log Message:
-----------
class.uitemplate.inc.php

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

Modified: branches/dev-syncromind/property/inc/class.uitemplate.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uitemplate.inc.php       
2014-11-12 23:16:16 UTC (rev 12301)
+++ branches/dev-syncromind/property/inc/class.uitemplate.inc.php       
2014-11-12 23:16:42 UTC (rev 12302)
@@ -263,15 +263,14 @@
                         if(!empty($lookup))
                        {       
                                  $params2 = array(
-                                                'name' => 'select',
-                                                'text' => lang('select'),
-                                                'visible' => true,
+                                                'key' => 'template_id',
+                                                'label' => lang('Select'),
                                                 'sortable' => false,
-                                                'format' => '',
-                                                'visible' => true,
-                                                'formatter' => '""'
+                                                'hidden' => false,
+                                                'formatter' => 
'JqueryPortico.formatRadio'
                                             );
-                               array_push ($data['datatable']['field'][], 
$params2);
+                               array_push ($data['datatable']['field'], 
$params2);
+                               
                        }
                         
                         $parameters = array
@@ -343,7 +342,6 @@
                                unset($parameters);
                                unset($parameters2);
                        }
-
                         self::render_template_xsl('datatable_jquery', $data);
                }
                 public function add()




reply via email to

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