{include file='include/autosize.inc.tpl'} {footer_script}{literal} jQuery(document).ready(function(){ jQuery("#checkAllLink").click(function () { jQuery("#notification_by_mail input[type=checkbox]").prop('checked', true); return false; }); jQuery("#uncheckAllLink").click(function () { jQuery("#notification_by_mail input[type=checkbox]").prop('checked', false); return false; }); }); {/literal}{/footer_script}