diff options
author | mistic100 <mistic@piwigo.org> | 2011-06-16 13:35:39 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-06-16 13:35:39 +0000 |
commit | 9054d6f5834eec6a54d938d7ac0a152e4cb9c158 (patch) | |
tree | 0574b6ca7e84e189726bd1d94a5abc1f63c14a7c /admin/themes/default | |
parent | 25d95d20937c5471b2571b1016caf4d509341dbd (diff) |
bug:2348 useless block on the right side of admin tab in Google Chrome
git-svn-id: http://piwigo.org/svn/trunk@11393 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/tabsheet.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/template/tabsheet.tpl b/admin/themes/default/template/tabsheet.tpl index 00b3f3c54..62d4578f1 100644 --- a/admin/themes/default/template/tabsheet.tpl +++ b/admin/themes/default/template/tabsheet.tpl @@ -1,4 +1,5 @@ {if isset($tabsheet) and count($tabsheet)} +<div id="tabsheet"> <ul class="tabsheet"> {foreach from=$tabsheet key=name item=sheet} <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if}"> @@ -6,4 +7,5 @@ </li> {/foreach} </ul> +</div> {/if}
\ No newline at end of file |