{/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
Manage Round Robin Assignments
{if $smarty.post.cat == "new"} {if $result == -1} An error occurred while trying to add the round robin entry. {elseif $result == -2} Please enter the title for this round robin entry. {elseif $result == -3} Please enter the message for this round robin entry. {elseif $result == 1} Thank you, the round robin entry was added successfully. {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} An error occurred while trying to update the round robin entry information. {elseif $result == -2} Please enter the title for this round robin entry. {elseif $result == -3} Please enter the message for this round robin entry. {elseif $result == 1} Thank you, the round robin entry was updated successfully. {/if} {/if}
Project: {if $info.prr_prj_id != ''} {assign var=project value=$info.prr_prj_id} {else} {assign var=project value=$smarty.request.prj_id} {/if} {include file="error_icon.tpl.html" field="project"}
Assignable Users: {include file="error_icon.tpl.html" field="users[]"}
Blackout Time Range:
Start: {html_select_time minute_interval=5 time=$info.prr_blackout_start field_array="blackout_start" prefix="" display_seconds=false all_extra="class='default'"}
End: {html_select_time minute_interval=5 time=$info.prr_blackout_end field_array="blackout_end" prefix="" display_seconds=false all_extra="class='default'"}
{if $smarty.get.cat == 'edit'} {else} {/if}
Existing Round Robin Entries:
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 Project  Assignable Users
 {$list[i].prj_title}  {$list[i].users|escape:"html"}
No round robin entries could be found.