source: tags/release-1_6_0RC2/template/yoga/admin/cat_options.tpl @ 10580

Last change on this file since 10580 was 1238, checked in by nikrou, 18 years ago

html bug fixed:

  • div instead p
  • input must be in a block tag
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 486 bytes
Line 
1<!-- $Id: cat_options.tpl 1238 2006-04-21 20:25:52Z nikrou $ -->
2<div class="titrePage">
3  <ul class="categoryActions">
4    <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
5  </ul>
6  <h2>{lang:title_cat_options}</h2>
7</div>
8
9<form method="post" action="{F_ACTION}" id="cat_options">
10  <fieldset>
11    <legend>{L_SECTION}</legend>
12    {DOUBLE_SELECT}
13  </fieldset>
14</form>
15
16<p class="information">{L_CAT_OPTIONS_INFO}</p>
17
Note: See TracBrowser for help on using the repository browser.