{title}{tr}Orphaned field names{/tr}{/title} {remarksbox type="note" title="{tr}Note:{/tr}"} {tr}Use this tool to search for orphaned tracker permanent names. You can search wiki pages, wiki plugins and tracker field preferences. Useful when you change permanent names and want to see what other places you need to update.{/tr} {/remarksbox}
{ticket}
{if $results}
{foreach from=$results item=row} {/foreach}
{tr}Source{/tr} {tr}Missing Permanent Name{/tr}
{if $row.page} Page: {$row.page} {elseif $row.tabularId} Tabular: {$row.trackerName} {else} Field: {$row.fieldId} {$row.fieldName}
Tracker: {$row.trackerName} {/if}
{$row.permanentName}
{elseif $searched}

{tr}No orphaned names found!{/tr}

{/if}