{literal} {/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
Manage Projects
{if $smarty.post.cat == "new"} {if $result == -1} An error occurred while trying to add the new project. {elseif $result == -2} Please enter the title for this new project. {elseif $result == 1} Thank you, the project was added successfully. {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} An error occurred while trying to update the project information. {elseif $result == -2} Please enter the title for this project. {elseif $result == 1} Thank you, the project was updated successfully. {/if} {/if}
Title: * {include file="error_icon.tpl.html" field="title"}
Status: *
Customer Integration Backend: *
Workflow Backend: *
Project Lead: *
Users: * {include file="error_icon.tpl.html" field="users[]"}
Statuses: * {include file="error_icon.tpl.html" field="statuses[]"}
Initial Status for New Issues: * {include file="error_icon.tpl.html" field="initial_status"}
Outgoing Email Sender Name:
Outgoing Email Sender Address: * {include file="error_icon.tpl.html" field="outgoing_sender_email"}
Remote Invocation: Enabled   Disabled
Segregate Reporters: {include file="help_link.tpl.html" topic="segregate_reporter"} Yes   No
{if $smarty.get.cat == 'edit'} {else} {/if}
Existing Projects:
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 Title  Project Lead  Status  Actions
 {$list[i].prj_title}  {$list[i].usr_full_name}  {$list[i].prj_status|capitalize}
No projects could be found.