Ignore:
Timestamp:
Apr 11, 2011, 8:14:32 PM (13 years ago)
Author:
flop25
Message:

the background code of admin page is ok

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Icons_Set/template/admin.tpl

    r10297 r10299  
    1515      <div>
    1616      <select name="set">
    17         <option value="NULL">{'iconset_nochange'|@translate}</option>
    1817        <option value="NULL">{'iconset_nothing'|@translate}</option>
    19         {foreach from=$list_set item=ls}
    20         <option value="{$ls.FILE}">{$ls.TEXTE}</option>
    21         {/foreach}
     18        {html_options output=$output values=$values selected=$theme.icon}
    2219      </select>
    2320      </div>
Note: See TracChangeset for help on using the changeset viewer.