{* $Id: site_subscribers.tpl 1015 2005-12-14 15:38:43Z zeke $ *}
 {$lang.add_subscriber}

{capture name="mainbox"} {include file="common_templates/pagination.tpl"}

{if $site_subscribers} {foreach from=$site_subscribers item=s} {/foreach} {else} {/if}
{$lang.email} {$lang.topic} {$lang.language} {$lang.date} {$lang.avail}  
{$s.email} {$s.timestamp|date_format:"`$settings.Appearance.date_format`, `$settings.Appearance.time_format`"}  

{include file="buttons/update.tpl" but_onclick="javascript:document.site_subscribers_form.submit();" but_type="input"}    {include file="buttons/delete_selected.tpl" but_onclick="javascript: fn_delete_selected('site_subscribers_form', 'delete');"}

{$lang.text_no_site_subscribers}

{include file="common_templates/pagination.tpl"}

{include file="common_templates/subheader.tpl" title=$lang.add_subscriber}
{include file="buttons/multiple_buttons.tpl" item_id="new_subscriber"}
{include file="buttons/add_new.tpl" but_onclick="javascript:document.add_site_subscribers_form.submit();" but_type="input"}
{/capture} {include file="common_templates/mainbox.tpl" title=$lang.site_subscribers content=$smarty.capture.mainbox}