fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17126] More on eventplanner


From: sigurdne
Subject: [Fmsystem-commits] [17126] More on eventplanner
Date: Thu, 28 Sep 2017 07:57:13 -0400 (EDT)

Revision: 17126
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17126
Author:   sigurdne
Date:     2017-09-28 07:57:13 -0400 (Thu, 28 Sep 2017)
Log Message:
-----------
More on eventplanner

Modified Paths:
--------------
    trunk/eventplanner/inc/class.uiapplication.inc.php

Modified: trunk/eventplanner/inc/class.uiapplication.inc.php
===================================================================
--- trunk/eventplanner/inc/class.uiapplication.inc.php  2017-09-28 08:26:01 UTC 
(rev 17125)
+++ trunk/eventplanner/inc/class.uiapplication.inc.php  2017-09-28 11:57:13 UTC 
(rev 17126)
@@ -463,6 +463,7 @@
                        $file_def = array
                        (
                                array('key' => 'file_name', 'label' => 
lang('Filename'), 'sortable' => false,'resizeable' => true),
+                               array('key' => 'picture', 'label' => '', 
'sortable' => false,'resizeable' => false, 'formatter' => 
'JqueryPortico.showPicture')
                        );
 
                        $datatable_def[] = array
@@ -480,9 +481,6 @@
                                )
                        );
 
-                       $file_def[] = array('key' => 'picture', 'label' => '', 
'sortable' => false,
-                                       'resizeable' => true, 'formatter' => 
'JqueryPortico.showPicture');
-
                        $datatable_def[] = array
                                (
                                'container' => 'datatable-container_3',




reply via email to

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