aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/cat_options.tpl
blob: 2cc1f96a05ec1f874a65f98f80840aa6c26eb4be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- $Id$ -->
<div class="titrePage">
  <ul class="categoryActions">
    <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>
  </ul>
  <h2>{lang:Batch management} {TABSHEET_TITLE}</h2>
  {TABSHEET}
</div>

<form method="post" action="{F_ACTION}" id="cat_options">
  <fieldset>
    <legend>{L_SECTION}</legend>
    {DOUBLE_SELECT}
  </fieldset>
</form>

<p class="information">{L_CAT_OPTIONS_INFO}</p>