aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/cat_options.tpl
blob: c27254f7f89bcbdffa8a727ea07239be0160015b (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="titrePage">
  <h2>{'cat_options_title'|@translate} {$TABSHEET_TITLE}</h2>
</div>

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