Changeset 29618


Ignore:
Timestamp:
Sep 18, 2014, 12:40:31 PM (10 years ago)
Author:
plg
Message:

enlarge selectize boxes to 600px (like on picture_modify)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/batch_manager_global.tpl

    r29600 r29618  
    347347        {'Album'|@translate}
    348348        <select data-selectize="categories" data-value="{$filter_category_selected|@json_encode|escape:html}"
    349           data-default="first" name="filter_category" style="width:400px"></select>
     349          data-default="first" name="filter_category" style="width:600px"></select>
    350350        <label><input type="checkbox" name="filter_category_recursive" {if isset($filter.category_recursive)}checked="checked"{/if}> {'include child albums'|@translate}</label>
    351351      </li>
     
    357357        <select data-selectize="tags" data-value="{$filter_tags|@json_encode|escape:html}"
    358358          placeholder="{'Type in a search term'|translate}"
    359           name="filter_tags[]" multiple style="width:400px;"></select>
     359          name="filter_tags[]" multiple style="width:600px;"></select>
    360360        <label><span><input type="radio" name="tag_mode" value="AND" {if !isset($filter.tag_mode) or $filter.tag_mode eq 'AND'}checked="checked"{/if}> {'All tags'|@translate}</span></label>
    361361        <label><span><input type="radio" name="tag_mode" value="OR" {if isset($filter.tag_mode) and $filter.tag_mode eq 'OR'}checked="checked"{/if}> {'Any tag'|@translate}</span></label>
Note: See TracChangeset for help on using the changeset viewer.