{* * $Revision: 1.9 $ * 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="Watermark Images"}

{if !empty($status)}

{if isset($status.saved)} {g->text text="Watermark updated successfully"} {/if} {if isset($status.delete)} {g->text text="Image deleted successfully"} {/if} {if isset($status.add_error)} {g->text text="Missing image file"} {/if} {if isset($status.missingId)} {g->text text="No watermark selected"} {/if} {if isset($status.idSaved)} {g->text text="Settings saved successfully"} {/if}

{/if}
{foreach from=$form.list item=item} {/foreach}
{g->text text="File"} {g->text text="Image"} {g->text text="Owner"} {g->text text="Action"} {g->text text="Hotlink"}
{$item.name} {g->image item=$item image=$item maxSize=150} {$WatermarkSiteAdmin.owners[$item.ownerId].fullName|default:$WatermarkSiteAdmin.owners[$item.ownerId].userName} {g->text text="edit"}   {g->text text="delete"}
{if !empty($form.list)} {/if}
{if !empty($form.list)} {g->text text="Watermark Hotlinked Images"}

{g->text text="Gallery can automatically apply a watermark to images linked from sites outside your Gallery. Select a watermark above and then activate hotlink watermarks using the Rewrite module."}

{/if}