3af17f2e09
- div instead p - input must be in a block tag git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1238 68402e56-0260-453c-a942-63ccdbb3a9ee
17 lines
486 B
Smarty
17 lines
486 B
Smarty
<!-- $Id$ -->
|
|
<div class="titrePage">
|
|
<ul class="categoryActions">
|
|
<li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
|
|
</ul>
|
|
<h2>{lang:title_cat_options}</h2>
|
|
</div>
|
|
|
|
<form method="post" action="{F_ACTION}" id="cat_options">
|
|
<fieldset>
|
|
<legend>{L_SECTION}</legend>
|
|
{DOUBLE_SELECT}
|
|
</fieldset>
|
|
</form>
|
|
|
|
<p class="information">{L_CAT_OPTIONS_INFO}</p>
|
|
|