diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 17:14:33 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 17:14:33 -0400 |
| commit | 1e94e1a63f79c76dc70c3d02a668edd9431e3763 (patch) | |
| tree | 06c2314af4d5283ad13fe64116516eaddb1e762f /templates | |
| parent | 33ecdbb6440ae20d2f0998c5c0329790f2fe8578 (diff) | |
| download | ckeditor-1e94e1a63f79c76dc70c3d02a668edd9431e3763.tar.gz ckeditor-1e94e1a63f79c76dc70c3d02a668edd9431e3763.tar.bz2 ckeditor-1e94e1a63f79c76dc70c3d02a668edd9431e3763.zip | |
update all admin menus for bootstrap dropdowns
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_ckeditor_admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_ckeditor_admin.tpl b/templates/menu_ckeditor_admin.tpl index 8f1f641..ff76a4a 100644 --- a/templates/menu_ckeditor_admin.tpl +++ b/templates/menu_ckeditor_admin.tpl @@ -1,5 +1,5 @@ {strip} -<ul> +<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> {/strip} |
