fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17324] menu


From: sigurdne
Subject: [Fmsystem-commits] [17324] menu
Date: Fri, 17 Nov 2017 15:31:49 -0500 (EST)

Revision: 17324
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17324
Author:   sigurdne
Date:     2017-11-17 15:31:49 -0500 (Fri, 17 Nov 2017)
Log Message:
-----------
menu

Modified Paths:
--------------
    trunk/helpdesk/inc/class.uitts.inc.php
    trunk/phpgwapi/templates/portico/js/jqtree_jsmenu.js

Modified: trunk/helpdesk/inc/class.uitts.inc.php
===================================================================
--- trunk/helpdesk/inc/class.uitts.inc.php      2017-11-17 19:06:48 UTC (rev 
17323)
+++ trunk/helpdesk/inc/class.uitts.inc.php      2017-11-17 20:31:49 UTC (rev 
17324)
@@ -849,6 +849,7 @@
 
                        if($subs && (int)$this->parent_cat_id <= 0)
                        {
+                               
$GLOBALS['phpgw_info']['flags']['menu_selection'] = 'helpdesk::helpdesk';
                                $GLOBALS['phpgw_info']['flags']['app_header'] = 
$this->lang_app_name . ': ' . lang('choose a section from the menu');
                                self::render_template_xsl('datatable_jquery', 
array());
                                return;

Modified: trunk/phpgwapi/templates/portico/js/jqtree_jsmenu.js
===================================================================
--- trunk/phpgwapi/templates/portico/js/jqtree_jsmenu.js        2017-11-17 
19:06:48 UTC (rev 17323)
+++ trunk/phpgwapi/templates/portico/js/jqtree_jsmenu.js        2017-11-17 
20:31:49 UTC (rev 17324)
@@ -23,13 +23,13 @@
                                        while (typeof (parent.element) !== 
'undefined')
                                        {
                                                tree.tree('openNode', parent, 
false);
-                                               //              
tree.tree('addToSelection', parent);
+               //                              tree.tree('addToSelection', 
parent);
                                                parent = parent.parent;
                                        }
                                }
                        }
                });
-       }, 50);
+       }, 100);
 
 });
 //$(document).ready(function () {




reply via email to

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