In user_list page, theme value must be theme id, not theme name.

git-svn-id: http://piwigo.org/svn/trunk@5974 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2010-04-27 10:09:03 +00:00
parent 6764aa8ee3
commit 3e29cdd0e0
+1 -1
View File
@@ -221,7 +221,7 @@
<label><input type="radio" name="theme_action" value="leave" checked="checked"> {'leave'|@translate}</label>
<label><input type="radio" name="theme_action" value="set" id="theme_action_set"> {'set to'|@translate}</label>
<select onchange="document.getElementById('theme_action_set').checked = true;" name="theme" size="1">
{html_options values=$theme_options output=$theme_options selected=$theme_selected}
{html_options options=$theme_options selected=$theme_selected}
</select>
</td>
</tr>