{/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
{t}Customize Issue Listing Screen{/t} {include file="help_link.tpl.html" topic="customize_listing"}
{if $smarty.post.cat == "new"} {if $result == -1} {t}An error occurred while trying to add the new customization.{/t} {elseif $result == -2} {t}Please enter the title for this new customization.{/t} {elseif $result == 1} {t}Thank you, the customization was added successfully.{/t} {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} {t}An error occurred while trying to update the customization information.{/t} {elseif $result == -2} {t}Please enter the title for this customization.{/t} {elseif $result == 1} {t}Thank you, the customization was updated successfully.{/t} {/if} {/if}
{t}Project:{/t} {include file="error_icon.tpl.html" field="project"}
{t}Status:{/t}
{t}Date Field:{/t}
{t}Label:{/t}
{if $smarty.get.cat == 'edit'} {else} {/if}
{t}Existing Customizations:{/t}
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 {t}Project{/t}  {t}Status{/t}  {t}Label{/t}  {t}Date Field{/t}
{$list[i].prj_title}  {$list[i].sta_title|escape:"html"} {$list[i].psd_label|escape:"html"} {$list[i].date_field}
{t}No customizations could be found.{/t}