mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-15 22:06:07 +02:00
03a8329b89
and therefor solving issue:721
13 lines
297 B
Smarty
13 lines
297 B
Smarty
<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>
|
|
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
|
|
</form>
|
|
|