{include file="personalization_javascript.js"}
|
{if $formSubmitted}
{if $submitResult.name == 'add'}
{if $submitResult.status}
{"RSS Added"|i18n}
{else}
{"RSS not saved. The most possible reason is that you haven't provided any RSS feeds or that you haven't included any of them into your mailing (by using personalization tags)."|i18n}
{/if}
{/if} {elseif $submitResult.name == 'edit'} {if $submitResult.status} {"RSS Changes Saved"|i18n} {else} {"RSS not updated. The most possible reason is that you haven't provided any RSS feeds or that you haven't included any of them into your mailing (by using personalization tags)."|i18n} {/if} {elseif $submitResult.name == 'delete'} {if $submitResult.status} {"RSS Deleted"|i18n} {else} {"RSS not deleted. The most possible reason is that RSS was not found."|i18n} {/if} {/if} {"ActiveRSS"|i18n}{if $rss.id == 0} {if $rsssCnt > 0}{/if} {/if} |