blob: d66d023abffed5fc8659252dfbc9f9f258451a28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{* $Id: /piwigo/trunk/admin/template/goto/cat_options.tpl 6371 2008-09-14T12:25:34.485116Z vdigital $ *}
<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>
|