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:
parent
25d95d2093
commit
9054d6f583
3 changed files with 13 additions and 12 deletions
|
|
@ -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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue