From: Coleman Watts Date: Tue, 12 Mar 2013 04:29:16 +0000 (-0700) Subject: Specify location of jstree css and improve menu-editing theme X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4441df696a14b11d79c63e0e79d66c16286d0038;p=civicrm-core.git Specify location of jstree css and improve menu-editing theme --- diff --git a/js/view/crm.designer.js b/js/view/crm.designer.js index 542f16f4fa..8d1509c3f1 100644 --- a/js/view/crm.designer.js +++ b/js/view/crm.designer.js @@ -329,7 +329,8 @@ themes: { "theme": 'classic', "dots": false, - "icons": false + "icons": false, + "url": CRM.config.resourceBase + 'packages/jquery/plugins/jstree/themes/classic/style.css' }, 'plugins': ['themes', 'json_data', 'ui', 'search'] }).bind('loaded.jstree', function () { diff --git a/templates/CRM/Admin/Page/Navigation.tpl b/templates/CRM/Admin/Page/Navigation.tpl index 76a25950a2..c0dbfff70b 100644 --- a/templates/CRM/Admin/Page/Navigation.tpl +++ b/templates/CRM/Admin/Page/Navigation.tpl @@ -43,6 +43,14 @@
{literal} +