{literal} {/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
Manage Statuses
{if $smarty.post.cat == "new"} {if $result == -1} An error occurred while trying to add the new status. {elseif $result == -2} Please enter the title for this new status. {elseif $result == 1} Thank you, the status was added successfully. {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} An error occurred while trying to update the status information. {elseif $result == -2} Please enter the title for this status. {elseif $result == 1} Thank you, the status was updated successfully. {/if} {/if}
Title: {include file="error_icon.tpl.html" field="title"}
Abbreviation: {include file="error_icon.tpl.html" field="abbreviation"} (three letter abbreviation)
Rank: {include file="error_icon.tpl.html" field="rank"}
Closed Context ? Yes No
Assigned Projects: {include file="error_icon.tpl.html" field="projects[]"}
Color: {include file="error_icon.tpl.html" field="color"} (this color will be used in the issue listing page)
{if $smarty.get.cat == 'edit'} {else} {/if}
Existing Statuses:
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 Rank   Abbreviation   Title  Projects  Color
{$list[i].sta_rank} {$list[i].sta_abbreviation}  {$list[i].sta_title}  {$list[i].projects|escape:"html"}  {$list[i].sta_color}
No statuses could be found.