diff options
| author | spiderr <spider@viovio.com> | 2013-04-19 13:22:08 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-19 13:22:08 -0400 |
| commit | c8667da175a971636665cb96b6cbe621b700365b (patch) | |
| tree | 5e5563e4f9830b1a03f4988b3ebb73fd9997fce7 /templates/menu_fisheye_admin.tpl | |
| parent | 8df82401dfbd3e725c01941de93b26e809a74ea1 (diff) | |
| download | fisheye-c8667da175a971636665cb96b6cbe621b700365b.tar.gz fisheye-c8667da175a971636665cb96b6cbe621b700365b.tar.bz2 fisheye-c8667da175a971636665cb96b6cbe621b700365b.zip | |
fix menu_*_admin to be multi-purpose as dropdown or visual list like normal user menus
Diffstat (limited to 'templates/menu_fisheye_admin.tpl')
| -rw-r--r-- | templates/menu_fisheye_admin.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/menu_fisheye_admin.tpl b/templates/menu_fisheye_admin.tpl index 226e3c1..ba025f9 100644 --- a/templates/menu_fisheye_admin.tpl +++ b/templates/menu_fisheye_admin.tpl @@ -1,5 +1,3 @@ {strip} -<li> -{if $packageMenuTitle}<a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=fisheye">{tr}{$smarty.const.FISHEYE_PKG_DIR|capitalize}{/tr}</a>{/if} -</li> +{if $packageMenuTitle}<a class="nosubmenu"href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=fisheye">{tr}{$smarty.const.FISHEYE_PKG_DIR|capitalize}{/tr}</a>{/if} {/strip} |
