Ignore:
Timestamp:
Jan 28, 2012, 6:45:06 PM (12 years ago)
Author:
Zaphod
Message:

version 2.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/admin/admin.tpl

    r12547 r12960  
    2727                                        <span class="property">{'Force text to lowercase'|@translate}</span>&nbsp;
    2828                                        <input type="checkbox" name="f_forceLowercase" {if !($options.noLowercase)}checked{/if}>
     29                                </label></li>
     30                                <li><label>
     31                                        <span class="property">{'Album list layout'|@translate}</span>&nbsp;
     32                                        <select name="f_albumType" style="min-width:150px;">
     33                                                <option value="small" {if ($options.albumType=="small")}selected{/if}>{'5 albums per row (no album description)'|@translate}</option>
     34                                                <option value="3perline" {if ($options.albumType=="3perline")}selected{/if}>{'3 albums per row (description below thumbnail)'|@translate}</option>
     35                                                <option value="2perline" {if ($options.albumType=="2perline")}selected{/if}>{'2 albums per row (description beside thumbnail)'|@translate}</option>
     36                                                <option value="1perline" {if ($options.albumType=="1perline")}selected{/if}>{'1 album per row (description beside thumbnail)'|@translate}</option>
     37                                        </select>
     38                                </label></li>
     39                                <li><label>
     40                                        <span class="property">{'Display frame around albums'|@translate}</span>&nbsp;
     41                                        <input type="checkbox" name="f_albumFrame" {if $options.albumFrame}checked{/if}>
    2942                                </label></li>
    3043                                <li><label>
Note: See TracChangeset for help on using the changeset viewer.