Ignore:
Timestamp:
Jul 26, 2012, 7:27:33 PM (12 years ago)
Author:
rvelices
Message:

rv_sitemap: ability to select which derivatives to include in the sitemap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_sitemap/sitemap.tpl

    r16301 r17144  
    5050<fieldset>
    5151<legend>{'Recent photos'|@translate}</legend>
    52 <input type="input" size="4" name="photo_count" value="{$PHOTO_COUNT}"/>
     52<input type="input" size="4" name="photo_count" value="{$PHOTO_COUNT}"/> {'Photos'|@translate}
     53&nbsp;&nbsp;&nbsp;
     54{'Multiple Size'|@translate}:
     55<select style="width:200px" name="selected_derivatives[]" multiple="multiple" size="5">
     56  {html_options options=$available_derivatives selected=$selected_derivatives}
     57</select>
    5358</fieldset>
    5459
Note: See TracChangeset for help on using the changeset viewer.