Changeset 3008 for trunk/admin


Ignore:
Timestamp:
Dec 21, 2008, 2:20:14 PM (15 years ago)
Author:
nikrou
Message:

bug fix: non valid html id needed for label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/profile_content.tpl

    r2526 r3008  
    6161          <label for="template">{'theme'|@translate}</label>
    6262        </span>
    63         {html_options name=template options=$template_options selected=$template_selection}
     63        {html_options id=template name=template options=$template_options selected=$template_selection}
    6464      </li>
    6565      <li>
     
    6767          <label for="language">{'language'|@translate}</label>
    6868        </span>
    69         {html_options name=language options=$language_options selected=$language_selection}
     69        {html_options id=language name=language options=$language_options selected=$language_selection}
    7070      </li>
    7171      <li>
Note: See TracChangeset for help on using the changeset viewer.