source: branches/2.0/admin/template/goto/tabsheet.tpl @ 27569

Last change on this file since 27569 was 2531, checked in by vdigital, 16 years ago

roma tpl were missing.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 295 bytes
Line 
1{* $Id: tabsheet.tpl 2531 2008-09-14 12:25:34Z vdigital $ *}
2{if isset($tabsheet) and count($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{/if}
Note: See TracBrowser for help on using the repository browser.