source: trunk/admin/template/goto/tabsheet.tpl @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 387 bytes
Line 
1{* $Id: /piwigo/trunk/admin/template/goto/tabsheet.tpl 6371 2008-09-14T12:25:34.485116Z 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.