blob: 9c25c1ef0f358890cb3161c54c0f64e87c122e07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<div class="titrePage">
<h2>{'Properties'|@translate} {$TABSHEET_TITLE}</h2>
</div>
<form method="post" action="{$F_ACTION}" id="cat_options">
<fieldset>
<legend>{$L_SECTION}</legend>
{$DOUBLE_SELECT}
</fieldset>
</form>
|