{footer_script}{literal} jQuery(document).ready(function(){ jQuery(".checkComment").click(function(event) { if (event.target.type !== 'checkbox') { var checkbox = jQuery(this).children("input[type=checkbox]"); jQuery(checkbox).attr('checked', !jQuery(checkbox).is(':checked')); } }); jQuery("#commentSelectAll").click(function () { jQuery(".checkComment input[type=checkbox]").attr('checked', true); return false; }); jQuery("#commentSelectNone").click(function () { jQuery(".checkComment input[type=checkbox]").attr('checked', false); return false; }); jQuery("#commentSelectInvert").click(function () { jQuery(".checkComment input[type=checkbox]").each(function() { jQuery(this).attr('checked', !$(this).is(':checked')); }); return false; }); }); {/literal}{/footer_script}

{'Waiting'|@translate} {$TABSHEET_TITLE}

{'User comments validation'|@translate}

{if !empty($comments) }
{foreach from=$comments item=comment name=comment} {/foreach}

{$comment.AUTHOR} - {$comment.DATE}

{$comment.CONTENT}

{'Select:'|@translate} {'All'|@translate}, {'None'|@translate}, {'Invert'|@translate}

{/if}