{literal} {/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if} {literal} {/literal}
Manage Reminder Actions (Reminder #{$rem_id}: {$rem_title})
{if $smarty.post.cat == "new"} {if $result == -1} An error occurred while trying to add the new action. {elseif $result == -2} Please enter the title for this new action. {elseif $result == 1} Thank you, the action was added successfully. {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} An error occurred while trying to update the action information. {elseif $result == -2} Please enter the title for this action. {elseif $result == 1} Thank you, the action was updated successfully. {/if} {/if}
Title: {include file="error_icon.tpl.html" field="title"}
Action Type: {include file="error_icon.tpl.html" field="type"}
Rank: {include file="error_icon.tpl.html" field="rank"} (this will determine the order in which actions are triggered)
Alert Group Leader: Yes   No
Alert IRC: Yes   No
Boilerplate: {include file="error_icon.tpl.html" field="boilerplate"} (this will show up on the bottom of the reminder messages)
{if $smarty.get.cat == 'edit'} {else} {/if}
Existing Actions: (Back to Reminder List)
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 Rank   Title  Type  Details
{$list[i].rma_rank}  {$list[i].rma_title|escape:"html"}  {$list[i].rmt_title} {if $list[i].rma_alert_irc} [Alert IRC]{/if} {if $list[i].rma_alert_group_leader} [Alert Group Leader]{/if}  {$list[i].total_conditions} Condition{if $list[i].total_conditions != 1}s{/if}
{if $list[i].status != ''} Status: {$list[i].status}{/if}
No actions could be found.
{literal} {/literal}