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

Last change on this file since 13079 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
RevLine 
[2531]1{if isset($tabsheet) and count($tabsheet)}
[11393]2<div id="tabsheet">
[2531]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>
[11393]10</div>
[2531]11{/if}
Note: See TracBrowser for help on using the repository browser.