source: trunk/template/yoga/admin/tabsheet.tpl @ 2223

Last change on this file since 2223 was 2223, checked in by rvelices, 16 years ago
  • migrate many templates to smarty
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 268 bytes
Line 
1{* $Id: tabsheet.tpl 2223 2008-02-28 02:41:48Z rvelices $ *}
2{if isset($tabsheet) and count($tabsheet)}
3<ul class="tabsheet">
4{foreach from=$tabsheet item=tab}
5  <li class="{if isset($tab.selected) and $tab.selected}selected_tab{else}normal_tab{/if}"><a href="{$tab.url}">{$tab.caption}</a></li>
6{/foreach}
7</ul>
8{/if}
Note: See TracBrowser for help on using the repository browser.