fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15373] more on helpdesk


From: sigurdne
Subject: [Fmsystem-commits] [15373] more on helpdesk
Date: Tue, 26 Jul 2016 09:39:56 +0000 (UTC)

Revision: 15373
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15373
Author:   sigurdne
Date:     2016-07-26 09:39:56 +0000 (Tue, 26 Jul 2016)
Log Message:
-----------
more on helpdesk

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

Modified: trunk/helpdesk/inc/class.uitts.inc.php
===================================================================
--- trunk/helpdesk/inc/class.uitts.inc.php      2016-07-25 13:43:26 UTC (rev 
15372)
+++ trunk/helpdesk/inc/class.uitts.inc.php      2016-07-26 09:39:56 UTC (rev 
15373)
@@ -881,7 +881,7 @@
                                $data['datatable']['group_buttons'] = false;
                        }
 
-                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('helpdesk') . ' - ' . $appname . ': ' . $function_msg;
+                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('helpdesk') . ': ' . $function_msg;
 
                        self::render_template_xsl('datatable_jquery', $data);
                }
@@ -1259,13 +1259,12 @@
                        );
 
                        //_debug_array($data);
-                       $appname = lang('helpdesk');
                        $function_msg = lang('add ticket');
 
                        self::add_javascript('helpdesk', 'portico', 
'tts.add.js');
                        phpgwapi_jquery::formvalidator_generate(array('date', 
'security','file'));
                        $this->_insert_custom_js();
-                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('helpdesk') . ' - ' . $appname . ': ' . $function_msg;
+                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('helpdesk') . ': ' . $function_msg;
                        $GLOBALS['phpgw']->xslttpl->add_file(array('tts', 
'files', 'attributes_form'));
                        $GLOBALS['phpgw']->xslttpl->set_var('phpgw', 
array('add' => $data));
                }
@@ -1837,9 +1836,8 @@
                        //-----------------------datatable settings---
                        //_debug_array($data);die();
 
-                       $appname = lang('helpdesk');
                        $function_msg = lang('view ticket detail');
-                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('helpdesk') . ' - ' . $appname . ': ' . $function_msg;
+                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('helpdesk') . ': ' . $function_msg;
                        $GLOBALS['phpgw']->xslttpl->set_var('phpgw', 
array('view' => $data));
                }
 




reply via email to

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