aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/cat_options.tpl
blob: a3895f78cbd2a63d4fd274cbebd89b7efd911990 (plain)
1
2
3
4
5
6
7
8
9
10
11
<h1>{lang:title_cat_options}</h1>

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

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