{'Multiple Size'|@translate}

{html_head}{literal} {/literal}{/html_head}

Build missing derivatives

{'Watermark'|@translate}

{foreach from=$derivatives item=d key=type} {/foreach}
Enabled {'Width'|@translate} {'Height'|@translate} {'Crop'|@translate} (%) {'Min Width'|@translate} {'Min Height'|@translate} {'Sharpen'|@translate} (%) {'Quality'|@translate} (%)
{$type|@translate} {if $d.must_enable} x {else} {/if} {if isset($ferrors.$type.w)}!{/if} {if !$d.must_square} {if isset($ferrors.$type.h)}!{/if} {/if} {if !$d.must_square} {if isset($ferrors.$type.crop)}!{/if} {/if} {if !$d.must_square} {if isset($ferrors.$type.minw)}!{/if} {/if} {if !$d.must_square} {if isset($ferrors.$type.minh)}!{/if} {/if} {if isset($ferrors.$type.sharpen)}!{/if} {if isset($ferrors.$type.quality)}!{/if}

{footer_script}{literal} jQuery(".dError").bind("focus", function () { jQuery(this).removeClass("dError"); } ); function onWatermarkChange() { var val = jQuery("#wSelect").val(); if (val.length) { jQuery("#wImg").attr('src', {/literal}'{$ROOT_URL}'{literal}+val).show(); } else { jQuery("#wImg").hide(); } } onWatermarkChange(); jQuery("#wSelect").bind("change", onWatermarkChange ); {/literal}{/footer_script}