Ignore:
Timestamp:
Mar 19, 2012, 12:07:08 PM (12 years ago)
Author:
plg
Message:

feature 2596: Batch Manager, improve ergonomy on privacy level filter

File:
1 edited

Legend:

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

    r13575 r13646  
    539539        <a href="#" class="removeFilter" title="remove this filter"><span>[x]</span></a>
    540540        <input type="checkbox" name="filter_level_use" class="useFilterCheckbox" {if isset($filter.level)}checked="checked"{/if}>
    541         {'Who can see these photos?'|@translate}
     541        {'Privacy level'|@translate}
    542542        <select name="filter_level" size="1">
    543543          {html_options options=$filter_level_options selected=$filter_level_options_selected}
    544544        </select>
     545        <label><input type="checkbox" name="filter_level_include_lower" {if isset($filter.level_include_lower)}checked="checked"{/if}> {'include photos with lower privacy level'|@translate}</label>
    545546      </li>
    546547    </ul>
     
    553554        <option value="filter_category">{'Album'|@translate}</option>
    554555                                <option value="filter_tags">{'Tags'|@translate}</option>
    555         <option value="filter_level">{'Who can see these photos?'|@translate}</option>
     556        <option value="filter_level">{'Privacy level'|@translate}</option>
    556557      </select>
    557558<!--      <input id="removeFilters" class="submit" type="submit" value="Remove all filters" name="removeFilters"> -->
Note: See TracChangeset for help on using the changeset viewer.