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
This commit is contained in:
mistic100 2011-06-16 13:35:39 +00:00
commit 9054d6f583
3 changed files with 13 additions and 12 deletions

View file

@ -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}