diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-23 17:56:54 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-23 17:56:54 +0000 |
commit | 8ffef257e1c856aa3c91824e1158aefd170c5260 (patch) | |
tree | f8682cd5316f162386b9614807018f7b3e7bea8c /admin/template/goto | |
parent | 1da4bc7daa2e8485f708f6da84e811b8bd83f51b (diff) |
Plugins menu revised to have a link to plugin list at upper level.
And scroll in case of...
git-svn-id: http://piwigo.org/svn/trunk@2574 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto')
-rw-r--r-- | admin/template/goto/admin.tpl | 11 | ||||
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/admin/template/goto/admin.tpl b/admin/template/goto/admin.tpl index 8a0893c0e..4ee3fd7c5 100644 --- a/admin/template/goto/admin.tpl +++ b/admin/template/goto/admin.tpl @@ -84,12 +84,11 @@ jQuery().ready(function(){ldelim} <li><a href="{$U_HISTORY_STAT}">{'History'|@translate}</a></li> <li><a href="{$U_MAINTENANCE}">{'Maintenance'|@translate}</a></li> <li><a href="{$U_ADVANCED_FEATURE}">{'Advanced_features'|@translate}</a></li> - <li> - {'Plugins'|@translate} - <ul {* TODO conditional class="scroll" *}> -{foreach from=$plugin_menu_items item=menu_item} - <li><a href="{$menu_item.URL}">{$menu_item.NAME}</a></li> -{/foreach} + <li><a href="{$U_PLUGINS}">{'Plugins'|@translate}</a> + <ul class="scroll"> + {foreach from=$plugin_menu_items item=menu_item} + <li><a href="{$menu_item.URL}">{$menu_item.NAME}</a></li> + {/foreach} </ul> </li> </ul> diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index ea2d4cc4e..48a2d9382 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -117,7 +117,7 @@ background:transparent url(images/active_tab2.png) no-repeat scroll right 0px; } background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom; border:0; display:inline; float:left; left:0; margin: 0 0 0 35px; min-height:475px; height:475px; /* should be 477 */ padding:0; width:207px; z-index:99; text-align: left; } -#menubar ul.scroll { overflow-y:auto; height: 148px; margin-right:8px; +#menubar ul.scroll { height:185px; margin-right:10px; overflow-y:auto; /* Only IE family supports colored scrollbar */ scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000; scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111; |