aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/yoga/admin/tabsheet.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-07-23 22:17:18 +0000
committervdigital <vdigital@piwigo.org>2008-07-23 22:17:18 +0000
commit3f7b44785195e196eda5a4224e28fc3aadad7363 (patch)
tree57c211b3a5450a90db72590f3cf28dd1e92f32f7 /admin/template/yoga/admin/tabsheet.tpl
parentc48ec88ed478dc14f846efeb47091d389d09c3c0 (diff)
Fallback on SVN:2426 (Transparency for background is not supported by IE6).
git-svn-id: http://piwigo.org/svn/trunk@2455 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/template/yoga/admin/tabsheet.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/yoga/admin/tabsheet.tpl b/admin/template/yoga/admin/tabsheet.tpl
index d9968f0b9..61c6f206a 100644
--- a/admin/template/yoga/admin/tabsheet.tpl
+++ b/admin/template/yoga/admin/tabsheet.tpl
@@ -2,8 +2,8 @@
{if isset($tabsheet) and count($tabsheet)}
<ul class="tabsheet">
{foreach from=$tabsheet key=name item=sheet}
- <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if} png">
- <a href="{$sheet.url}"><span class="png">{$sheet.caption}</span></a>
+ <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if}">
+ <a href="{$sheet.url}"><span>{$sheet.caption}</span></a>
</li>
{/foreach}
</ul>