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

{'Send mail to users'|@translate} {$TABSHEET_TITLE}

{if isset($REPOST_SUBMIT_NAME)}
{/if} {if isset($param)}
{'Parameters'|@translate}

{'With blank value, gallery title will be used'|@translate}

{'Available only with HTML format'|@translate}

{/if}{* isset $param*} {if isset($subscribe)}
{'Subscribe/unsubscribe users'|@translate}

{'Warning: subscribing or unsubscribing will send mails to users'|@translate}

{$DOUBLE_SELECT}
{/if}{* isset $subscribe*} {if isset($send)} {if empty($send.users)}

{'There is no available subscribers to mail.'|@translate}

{'Subscribers could be listed (available) only if there is new elements to notify.'|@translate}
{'Anyway only webmasters can see this tab and never administrators.'|@translate}

{else}
{'Select recipients'|@translate} {foreach from=$send.users item=u name=user_loop} {/foreach}
{'User'|@translate} {'email'|@translate} {'Last send'|@translate} {'To send ?'|@translate}

{'Check all'|@translate} / {'Uncheck all'|@translate}

{'Options'|@translate}

{/if} {/if}{* isset $send*}