fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7067] property: formatting


From: Sigurd Nes
Subject: [Fmsystem-commits] [7067] property: formatting
Date: Thu, 03 Mar 2011 13:23:14 +0000

Revision: 7067
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7067
Author:   sigurdne
Date:     2011-03-03 13:23:13 +0000 (Thu, 03 Mar 2011)
Log Message:
-----------
property: formatting

Modified Paths:
--------------
    trunk/property/inc/class.uitts.inc.php

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2011-03-03 12:54:43 UTC (rev 
7066)
+++ trunk/property/inc/class.uitts.inc.php      2011-03-03 13:23:13 UTC (rev 
7067)
@@ -851,8 +851,6 @@
                                $dry_run = true;
                        }
 
-                       $ticket_list = array();
-
                        $ticket_list = $this->bo->read($start_date, 
$end_date,'',$dry_run);
 
                        $this->bo->get_origin_entity_type();
@@ -1170,6 +1168,7 @@
                                        
$datatable['headers']['header'][$i]['text']                     = 
$uicols['descr'][$i];
                                        
$datatable['headers']['header'][$i]['visible']                  = true;
                                        
$datatable['headers']['header'][$i]['sortable']                 = false;
+//                                     
$datatable['headers']['header'][$i]['width']                    = 
(int)$uicols['width'][$i];
                                        if($uicols['name'][$i]=='priority' || 
$uicols['name'][$i]=='id' || $uicols['name'][$i]=='assignedto' || 
$uicols['name'][$i]=='finnish_date'|| $uicols['name'][$i]=='user'|| 
$uicols['name'][$i]=='entry_date' || $uicols['name'][$i]=='order_id')
                                        {
                                                
$datatable['headers']['header'][$i]['sortable']         = true;




reply via email to

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