fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16368]


From: nelson . guerra
Subject: [Fmsystem-commits] [16368]
Date: Tue, 21 Feb 2017 14:20:53 -0500 (EST)

Revision: 16368
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16368
Author:   nelson224
Date:     2017-02-21 14:20:52 -0500 (Tue, 21 Feb 2017)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/inc/class.uitts.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.uitts.inc.php  2017-02-21 
19:17:02 UTC (rev 16367)
+++ branches/dev-syncromind-2/property/inc/class.uitts.inc.php  2017-02-21 
19:20:52 UTC (rev 16368)
@@ -1196,10 +1196,6 @@
                        $start_date = 
$GLOBALS['phpgw']->common->show_date(mktime(0, 0, 0, date("m"), '01', 
date("Y")), $this->dateFormat);
                        $end_date = 
$GLOBALS['phpgw']->common->show_date(mktime(0, 0, 0, date("m"), date("d"), 
date("Y")), $this->dateFormat);
                        
-                       $tabs = array();
-                       $tabs['report'] = array('label' => lang('report'), 
'link' => '#report');
-                       $active_tab = 'report';
-                       
                        $appname = lang('helpdesk');
                        $function_msg = lang('Report ticket');
 
@@ -1206,7 +1202,6 @@
                        self::add_javascript('property', 'portico', 
'tts.report.js');
 
                        $data = array(
-                               'tabs' => 
phpgwapi_jquery::tabview_generate($tabs, $active_tab),
                                'start_date' => $start_date,
                                'end_date' => $end_date,
                                'image_loader' => 
$GLOBALS['phpgw']->common->image('property', 'ajax-loader', '.gif', false)




reply via email to

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