Files
Piwigo/admin/themes/default/template/cat_options.tpl
T
flop25 03a8329b89 adding pwg_token on permalink & cat_options
and therefor solving issue:721
2017-06-28 23:44:26 +02:00

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>