diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 18:32:27 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 18:32:27 -0400 |
| commit | 6f519000c5d43a5a2a0b649d7b96f7260500117f (patch) | |
| tree | 985a983c5a2b5f0d66b107d9c30cb010d112af4b /templates | |
| parent | 1e94e1a63f79c76dc70c3d02a668edd9431e3763 (diff) | |
| download | ckeditor-6f519000c5d43a5a2a0b649d7b96f7260500117f.tar.gz ckeditor-6f519000c5d43a5a2a0b649d7b96f7260500117f.tar.bz2 ckeditor-6f519000c5d43a5a2a0b649d7b96f7260500117f.zip | |
update all admin menus for bootstrap dropdowns with proper sub-menus
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_ckeditor_admin.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/menu_ckeditor_admin.tpl b/templates/menu_ckeditor_admin.tpl index ff76a4a..6204ea4 100644 --- a/templates/menu_ckeditor_admin.tpl +++ b/templates/menu_ckeditor_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=ckeditor">{tr}CKEditor Settings{/tr}</a></li> -</ul> +<li> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=ckeditor">{tr}CKEditor Settings{/tr}</a> +</li> {/strip} |
