{footer_script} var width = '{'Width'|@translate}'; var height = '{'Height'|@translate}'; var max_width = '{'Maximum Width'|@translate}'; var max_height = '{'Maximum Height'|@translate}'; {literal} jQuery(document).ready(function(){ function toggleResizeFields(prefix) { var checkbox = jQuery("#"+prefix+"_resize"); var needToggle = jQuery("input[name^="+prefix+"_]").not(checkbox).not(jQuery("#hd_keep")).parents('tr'); if (jQuery(checkbox).is(':checked')) { needToggle.show(); if (prefix == "websize") { jQuery("#hd_keep").parents("fieldset").show(); } } else { needToggle.hide(); if (prefix == "websize") { jQuery("#hd_keep").parents("fieldset").hide(); } } } function toggleCropFields(prefix) { if (jQuery("#"+prefix+"_crop").is(':checked')) { jQuery("#"+prefix+"_width_th").text(width); jQuery("#"+prefix+"_height_th").text(height); jQuery("#"+prefix+"_follow_orientation_tr").show(); } else { jQuery("#"+prefix+"_width_th").text(max_width); jQuery("#"+prefix+"_height_th").text(max_height); jQuery("#"+prefix+"_follow_orientation_tr").hide(); } } toggleResizeFields("websize"); jQuery("#websize_resize").click(function () {toggleResizeFields("websize")}); toggleResizeFields("hd"); jQuery("#hd_resize").click(function () {toggleResizeFields("hd")}); toggleCropFields("thumb"); jQuery("#thumb_crop").click(function () {toggleCropFields("thumb")}); function toggleHdFields() { var checkbox = jQuery("#hd_keep"); var needToggle = jQuery("input[name^=hd_]").not(checkbox).parents('tr'); if (jQuery(checkbox).is(':checked')) { needToggle.show(); toggleResizeFields("hd"); } else { needToggle.hide(); } } toggleHdFields(); jQuery("#hd_keep").click(function () {toggleHdFields()}); }); {/literal}{/footer_script}

{'Upload Photos'|@translate}

{'Web size photo'|@translate}
{'Maximum Width'|@translate} {'pixels'|@translate}
{'Maximum Height'|@translate} {'pixels'|@translate}
{'Image Quality'|@translate} %
{'Thumbnail'|@translate}
{'Maximum Width'|@translate} {'pixels'|@translate}
{'Maximum Height'|@translate} {'pixels'|@translate}
{'Image Quality'|@translate} %
{if $MANAGE_HD}
{'High definition'|@translate}
{'Maximum Width'|@translate} {'pixels'|@translate}
{'Maximum Height'|@translate} {'pixels'|@translate}
{'Image Quality'|@translate} %
{/if}