Ignore:
Timestamp:
Apr 27, 2010, 12:09:03 PM (14 years ago)
Author:
patdenice
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/user_list.tpl

    r5123 r5974  
    222222      <label><input type="radio" name="theme_action" value="set" id="theme_action_set"> {'set to'|@translate}</label>
    223223      <select onchange="document.getElementById('theme_action_set').checked = true;" name="theme" size="1">
    224         {html_options values=$theme_options output=$theme_options selected=$theme_selected}
     224        {html_options options=$theme_options selected=$theme_selected}
    225225      </select>
    226226    </td>
Note: See TracChangeset for help on using the changeset viewer.