{literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
{t}Manage Custom Fields{/t}
{if $smarty.post.cat == "new"} {if $result == -1} {t}An error occurred while trying to add the new custom field.{/t} {elseif $result == 1} {t}Thank you, the custom field was added successfully.{/t} {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} {t}An error occurred while trying to update the custom field information.{/t} {elseif $result == 1} {t}Thank you, the custom field was updated successfully.{/t} {/if} {/if}
{t}Title{/t}: {include file="error_icon.tpl.html" field="title"}
{t}Short Description{/t}: ({t}it will show up by the side of the field{/t})
{t}Assigned Projects{/t}: {include file="error_icon.tpl.html" field="projects[]"}
{t}Target Forms{/t}: {t}Report Form{/t}
      {t}Required Field{/t}
{t}Anonymous Form{/t}
      {t}Required Field{/t}
{t}Close Form{/t}
      {t}Required Field{/t}
{t}Display on List Issues Page{/t}: {t}Yes{/t} {t}No{/t}
{t}Field Type{/t}: {t}Text Input{/t} 
{t}Textarea{/t} 
{t}Combo Box{/t} 
{t}Multiple Combo Box{/t}
{t}Date{/t}
{t}Integer{/t}

      {t}Warning{/t}: {t}Changing field types can result in loss of data.{/t}

{t}Field Options{/t}:
{t}Set available options{/t}:
{if $smarty.get.cat == 'edit'}{/if}
    {t}AND / OR{/t}     {t}Choose Custom Field Backend{/t}:
{if $smarty.get.cat == 'edit'}
{/if}
{t}Minimum Role{/t}:
{t}Rank{/t}:
{if $smarty.get.cat == 'edit'} {else} {/if}
{t}Existing Custom Fields{/t}:
{/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 {t}Rank{/t}  {t}Title{/t}  {t}Assigned Projects{/t}  {t}Min. Role{/t}  {t}Type{/t}  {t}Options{/t}
  {$list[i].fld_rank}  {$list[i].fld_title}  {$list[i].projects}  {$list[i].min_role_name}  {if $list[i].fld_type == 'combo'}{t}Combo Box{/t}{elseif $list[i].fld_type == 'multiple'}{t}Multiple Combo Box{/t}{elseif $list[i].fld_type == 'textarea'}{t}Textarea{/t}{elseif $list[i].fld_type == 'date'}{t}Date{/t}{elseif $list[i].fld_type == 'integer'}{t}Integer{/t}{else}{t}Text Input{/t}{/if}  {$list[i].field_options}
{t}No custom fields could be found.{/t}
{literal} {/literal}