summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-03 18:33:36 -0400
committerspiderr <spider@viovio.com>2013-04-03 18:33:36 -0400
commit6510860cbf60c4d8f648267054aece768d6ce1f4 (patch)
treee4d167e04c20dc56dba55933529b586dcb06ca6a /templates
parentf382af160e6c396d525d6ac5f135fb347c171e24 (diff)
downloadnexus-6510860cbf60c4d8f648267054aece768d6ce1f4.tar.gz
nexus-6510860cbf60c4d8f648267054aece768d6ce1f4.tar.bz2
nexus-6510860cbf60c4d8f648267054aece768d6ce1f4.zip
update all admin menus for bootstrap dropdowns with proper sub-menus
Diffstat (limited to 'templates')
-rw-r--r--templates/menu_nexus_admin.tpl11
1 files changed, 7 insertions, 4 deletions
diff --git a/templates/menu_nexus_admin.tpl b/templates/menu_nexus_admin.tpl
index 4fb88fe..c3800db 100644
--- a/templates/menu_nexus_admin.tpl
+++ b/templates/menu_nexus_admin.tpl
@@ -1,6 +1,9 @@
{strip}
-<ul class="dropdown-menu sub-menu">
- <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=nexus">{tr}Nexus Settings{/tr}</a></li>
- <li><a class="item" href="{$smarty.const.NEXUS_PKG_URL}">{tr}Nexus Menus{/tr}</a></li>
-</ul>
+<li class="dropdown-submenu">
+ <a href="#" onclick="return(false);" tabindex="-1" class="sub-menu-root">{tr}{$smarty.const.NEXUS_PKG_NAME|capitalize}{/tr}</a>
+ <ul class="dropdown-menu sub-menu">
+ <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=nexus">{tr}Nexus Settings{/tr}</a></li>
+ <li><a class="item" href="{$smarty.const.NEXUS_PKG_URL}">{tr}Nexus Menus{/tr}</a></li>
+ </ul>
+</li>
{/strip}