fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13269]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13269]
Date: Mon, 25 May 2015 15:36:46 +0000

Revision: 13269
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13269
Author:   nelson224
Date:     2015-05-25 15:36:45 +0000 (Mon, 25 May 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.uitts.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uitts.inc.php    2015-05-22 
21:40:11 UTC (rev 13268)
+++ branches/dev-syncromind/property/inc/class.uitts.inc.php    2015-05-25 
15:36:45 UTC (rev 13269)
@@ -774,8 +774,11 @@
                        self::add_javascript('phpgwapi', 'jquery', 
'editable/jquery.dataTables.editable.js');
                        self::add_javascript('property', 'portico', 
'tts.index.js');
 
+                       $appname                                                
= lang('helpdesk');
+                       $function_msg                                   = 
lang('list ticket');
+                       
                        $data = array(
-                               'datatable_name'        => lang('condition 
survey'),
+                               'datatable_name'        => $appname .': 
'.$function_msg,
                                'form' => array(
                                        'toolbar' => array(
                                                'item' => array(
@@ -947,9 +950,9 @@
                                }
                        }
 
+                       $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('property') . ' - ' . $appname . ': ' . $function_msg;
 
 
-
                        self::render_template_xsl('datatable_jquery', $data);
                }
        




reply via email to

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