diff options
author | patdenice <patdenice@piwigo.org> | 2010-04-27 10:09:03 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-04-27 10:09:03 +0000 |
commit | 3e29cdd0e09c6eeb09bafa0eb3cca97915106438 (patch) | |
tree | 4ab47e83de346e4c231b6a57d1690c327c2f90b9 /admin/themes/default/template/user_list.tpl | |
parent | 6764aa8ee37dddaef716b1a11d97bc899d3ee297 (diff) |
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
Diffstat (limited to 'admin/themes/default/template/user_list.tpl')
-rw-r--r-- | admin/themes/default/template/user_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 9eb14fa84..184322a06 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -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> |