From 5bc53c4d746391fcfe4fb0ea82ad88b4794e185e Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 1 Aug 2012 19:00:54 +0000 Subject: feature 2708: in admin, display allowed custom derivatives and ability to delete them git-svn-id: http://piwigo.org/svn/branches/2.4@17295 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/configuration.tpl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index 7fbbb26ad..f612c8386 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -454,6 +454,15 @@ jQuery(document).ready(function(){

{'Reset to default values'|@translate}

+ +{if !empty($custom_derivatives)} +
{'custom'|@translate} +{foreach from=$custom_derivatives item=time key=custom} + +{/foreach} +
+{/if} + {/if} -- cgit v1.2.3