{literal} {/literal}
{if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
Manage Link Filters {include file="help_link.tpl.html" topic="link_filters"}
{if $smarty.post.cat == "new"} {if $result == -1} An error occurred while trying to add the new link filter. {elseif $result == 1} Thank you, the link filter was added successfully. {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} An error occurred while trying to update the link filter. {elseif $result == 1} Thank you, the link filter was updated successfully. {/if} {elseif $smarty.post.cat == "delete"} {if $result == -1} An error occurred while trying to delete the link filter. {elseif $result == 1} Thank you, the link filter was deleted successfully. {/if} {/if}
Pattern: * {include file="error_icon.tpl.html" field="pattern"}
Replacement: * {include file="error_icon.tpl.html" field="replacement"}
Description: {include file="error_icon.tpl.html" field="description"}
Assigned Projects: * {include file="error_icon.tpl.html" field="projects[]"}
Minimum User Role: * {include file="error_icon.tpl.html" field="usr_role"}
{if $smarty.get.cat == 'edit'} {else} {/if}
Existing Link Filters
{section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 Pattern  Replacement  Description  Minimum Role  Projects
 {$list[i].lfi_pattern|escape:"html"}  {$list[i].lfi_replacement|escape:"html"}  {$list[i].lfi_description}  {$list[i].min_usr_role_name}  {", "|join:$list[i].project_names}
No link filters could be found.