diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 18:33:25 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 18:33:25 -0400 |
| commit | c6c67984487458d350b4566862c6eadf15af6a63 (patch) | |
| tree | cac591742cfeb369bd356c01a3b8d500c1aae922 /templates | |
| parent | 99fbe868eaf50b734c9936c194276a0480d48204 (diff) | |
| download | messages-c6c67984487458d350b4566862c6eadf15af6a63.tar.gz messages-c6c67984487458d350b4566862c6eadf15af6a63.tar.bz2 messages-c6c67984487458d350b4566862c6eadf15af6a63.zip | |
update all admin menus for bootstrap dropdowns with proper sub-menus
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_messages_admin.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/menu_messages_admin.tpl b/templates/menu_messages_admin.tpl index f40a89e..5293b90 100644 --- a/templates/menu_messages_admin.tpl +++ b/templates/menu_messages_admin.tpl @@ -1,5 +1,5 @@ {strip} -<ul class="dropdown-menu sub-menu"> - <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=messages">{tr}Messages Settings{/tr}</a></li> -</ul> +<li> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=messages">{tr}Messages Settings{/tr}</a> +</li> {/strip} |
