source: trunk/admin/themes/default/template/tabsheet.tpl @ 15659

Last change on this file since 15659 was 11393, checked in by mistic100, 13 years ago

bug:2348 useless block on the right side of admin tab in Google Chrome

  • Property svn:eol-style set to LF
File size: 311 bytes
Line 
1{if isset($tabsheet) and count($tabsheet)}
2<div id="tabsheet">
3<ul class="tabsheet">
4{foreach from=$tabsheet key=name item=sheet}
5  <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if}">
6    <a href="{$sheet.url}"><span>{$sheet.caption}</span></a>
7  </li>
8{/foreach}
9</ul>
10</div>
11{/if}
Note: See TracBrowser for help on using the repository browser.