Ignore:
Timestamp:
Jul 3, 2009, 5:42:14 PM (15 years ago)
Author:
flop25
Message:

add the managment of style !

File:
1 edited

Legend:

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

    r3500 r3507  
    8080      px <br />
    8181      {'mp_admin_3_opt2_2'|@translate}</li>
     82        <li>
     83       {'mp_admin_3_opt9'|@translate}<br />
     84       <select name="style">
     85        {foreach from=$list_style item=ls}
     86        <option value="{$ls.FILE}">{$ls.TEXTE}</option>
     87        {/foreach}
     88      </select>
     89      <br />
     90      <input type="checkbox" name="various_style" value="true" {$MP_VARIOUS_STYLE} />
     91      {'mp_admin_3_opt10'|@translate}<br />
     92    </li>
    8293    <li>
    8394      <input type="checkbox" name="mp_miniature" value="true" {$MP_MINIATURE_ACTIVATED} />
Note: See TracChangeset for help on using the changeset viewer.