bug fix: non valid html id needed for label

git-svn-id: http://piwigo.org/svn/trunk@3008 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2008-12-21 13:20:14 +00:00
parent 55ee081efc
commit 2ea8ea880d
+2 -2
View File
@@ -60,13 +60,13 @@
<span class="property">
<label for="template">{'theme'|@translate}</label>
</span>
{html_options name=template options=$template_options selected=$template_selection}
{html_options id=template name=template options=$template_options selected=$template_selection}
</li>
<li>
<span class="property">
<label for="language">{'language'|@translate}</label>
</span>
{html_options name=language options=$language_options selected=$language_selection}
{html_options id=language name=language options=$language_options selected=$language_selection}
</li>
<li>
<span class="property">