diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 17:14:20 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 17:14:20 -0400 |
| commit | 7f1c19899b9745b22b06a69680f4fd1130a4a487 (patch) | |
| tree | 173979440123f95c31b52445f6253a94a61ff572 /templates | |
| parent | bd5a227deeef957e2c555ae464d76ccb1b9878fb (diff) | |
| download | calendar-7f1c19899b9745b22b06a69680f4fd1130a4a487.tar.gz calendar-7f1c19899b9745b22b06a69680f4fd1130a4a487.tar.bz2 calendar-7f1c19899b9745b22b06a69680f4fd1130a4a487.zip | |
update all admin menus for bootstrap dropdowns
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_calendar_admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_calendar_admin.tpl b/templates/menu_calendar_admin.tpl index 291ecc1..165c4d9 100644 --- a/templates/menu_calendar_admin.tpl +++ b/templates/menu_calendar_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=calendar">{tr}Calendar Settings{/tr}</a></li> </ul> {/strip} |
