Ignore:
Timestamp:
Mar 14, 2012, 2:54:29 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.5.4

  • improve media-queries for small resolutions
  • limit width of descriptions - combine files
  • bugfix for the admin option
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/admin/admin.tpl

    r13558 r13559  
    1111            <span class="property">{'Album title and description'|@translate}</span>&nbsp;
    1212            <select name="albumDisplay" style="min-width:150px;">
    13               <option value="column" {if ($options.albumDisplay=="line")}selected="selected"{/if}>{'under the album thumbnail'|@translate}</option>
     13              <option value="column" {if ($options.albumDisplay=="column")}selected="selected"{/if}>{'under the album thumbnail'|@translate}</option>
    1414              <option value="line" {if ($options.albumDisplay=="line")}selected="selected"{/if}>{'next to the album thumbnail'|@translate}</option>
    1515            </select>
Note: See TracChangeset for help on using the changeset viewer.