diff options
author | mistic100 <mistic@piwigo.org> | 2011-06-16 13:43:12 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-06-16 13:43:12 +0000 |
commit | 01fdeb950117e0438c79e7b511c9f9f120bc8bfe (patch) | |
tree | 1acaf9221cd17c2eab53bb97f4a03e1020909216 /admin/themes/default/template/tabsheet.tpl | |
parent | 02569f9013d4c27eda2dcc5ea35ebc61cf4e844a (diff) |
bug:2348 merge r11393 from trunk
useless block on the right side of admin tab in Google Chrome
git-svn-id: http://piwigo.org/svn/branches/2.2@11394 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/tabsheet.tpl')
-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 |