source: trunk/admin/template/yoga/admin/cat_options.tpl @ 2390

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

Admin isolation: Copy of admin templates in admin folder.
(Before previous admin templates removal).
Some of css simplification (in admin only currently.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 487 bytes
Line 
1{* $Id: cat_options.tpl 2390 2008-06-22 08:45:28Z vdigital $ *}
2<div class="titrePage">
3  {$TABSHEET}
4  <ul class="categoryActions">
5    <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li>
6  </ul>
7  <h2>{'cat_options_title'|@translate} {$TABSHEET_TITLE}</h2>
8</div>
9
10<form method="post" action="{$F_ACTION}" id="cat_options">
11  <fieldset>
12    <legend>{$L_SECTION}</legend>
13    {$DOUBLE_SELECT}
14  </fieldset>
15</form>
16
Note: See TracBrowser for help on using the repository browser.