{* * $Revision: 15342 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}

{g->text text="Permalinks"}

{g->text text="Edit the permalinks that refer to this item. You can add or delete permalinks."}

{if empty($PermalinksOption.aliases)}

{g->text text="You have no permalinks"}

{else}

{g->text text="Existing permalinks"}

{foreach from=$PermalinksOption.aliases item=name} {/foreach}
{g->text text="Delete"} {g->text text="Permalink name"}
{$name}
{/if} {if isset($form.error.PermalinksOption.exists)}
{g->text text="Permalink '%s' already exists, possibly on another item" arg1=$form.PermalinksOption.aliasName}
{/if}

{g->text text="Set to '%s'" arg1="`$ItemAdmin.item.pathComponent`"}