Ignore:
Timestamp:
Aug 1, 2012, 9:03:17 PM (12 years ago)
Author:
rvelices
Message:

merge-r17295 from branch 2.4 feature 2708: in admin, display allowed custom derivatives and ability to delete them

File:
1 edited

Legend:

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

    r15551 r17302  
    455455  <a href="{$F_ACTION}&action=restore_settings" onclick="return confirm('{'Are you sure?'|@translate|@escape:javascript}');">{'Reset to default values'|@translate}</a>
    456456</p>
     457
     458{if !empty($custom_derivatives)}
     459<fieldset class="sizeDetails"><legend>{'custom'|@translate}</legend><table style="margin:0">
     460{foreach from=$custom_derivatives item=time key=custom}
     461<tr><td><label><input type="checkbox" name="delete_custom_derivative_{$custom}"> {'Delete'|@translate} {$custom} ({'Last hit'|@translate}: {$time})</label></td></tr>
     462{/foreach}
     463</table></fieldset>
     464{/if}
     465
    457466</fieldset>
    458467{/if}
Note: See TracChangeset for help on using the changeset viewer.