Ignore:
Timestamp:
Jan 1, 2011, 3:35:52 PM (13 years ago)
Author:
plg
Message:

feature 2092 added: Batch Manager can filter all photos with no tag

feature 1866 added: Batch Manager can synchronize metadata

File:
1 edited

Legend:

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

    r8419 r8422  
    349349          <option value="with no virtual album" {if $filter.prefilter eq 'with no virtual album'}selected="selected"{/if}>{'with no virtual album'|@translate}</option>
    350350{/if}
     351          <option value="with no tag" {if $filter.prefilter eq 'with no tag'}selected="selected"{/if}>{'with no tag'|@translate}</option>
    351352          <option value="duplicates" {if $filter.prefilter eq 'duplicates'}selected="selected"{/if}>{'duplicates'|@translate}</option>
    352 <!--          <option value="with no tag">with no tag</option> -->
    353353        </select>
    354354      </li>
     
    485485      <option value="date_creation">{'Set creation date'|@translate}</option>
    486486      <option value="level">{'Who can see these photos?'|@translate}</option>
     487      <option value="metadata">{'synchronize metadata'|@translate}</option>
    487488  {if ($IN_CADDIE)}
    488489      <option value="remove_from_caddie">{'Remove from caddie'|@translate}</option>
     
    567568    </div>
    568569
     570    <!-- metadata -->
     571    <div id="action_metadata" class="bulkAction">
     572    </div>
     573
    569574    <p id="applyActionBlock" style="display:none" class="actionButtons">
    570575      <input id="applyAction" class="submit" type="submit" value="{'Apply action'|@translate}" name="submit"> <span id="applyOnDetails"></span></p>
Note: See TracChangeset for help on using the changeset viewer.