From a129632a26ef081f54718ef04e29a1267424e798 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 29 Apr 2012 23:58:44 +0000 Subject: feature 2626: ability to upload a new watermark git-svn-id: http://piwigo.org/svn/trunk@14546 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/configuration.tpl | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index 10210428a..08bd97593 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -33,7 +33,7 @@ jQuery(document).ready(function(){

{'Piwigo configuration'|@translate} {$TABSHEET_TITLE}

{if !isset($default)} -
+ {/if}
{if isset($main)} @@ -479,20 +479,28 @@ jQuery(document).ready(function() { jQuery("#positionCustomDetails").hide(); } }); + + jQuery(".addWatermarkOpen").click(function(){ + jQuery("#addWatermark, #selectWatermark").toggle(); + }); }); {/literal}{/footer_script} -