{* * $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="My Watermarks"}

{if !empty($status) || !empty($form.error)}

{if isset($status.add)} {g->text text="Watermark added successfully"} {/if} {if isset($status.delete)} {g->text text="Watermark deleted successfully"} {/if} {if isset($status.saved)} {g->text text="Watermark saved successfully"} {/if} {if isset($form.error)} {g->text text="There was a problem processing your request."} {/if}

{/if}

{g->text text="Upload Watermarks"}

{g->text text="Add your own personal watermarks here. These watermarks can only be used by you."}

{foreach from=$UserWatermarks.watermarks item=item} {/foreach}
{g->text text="Name"} {g->text text="Image"} {g->text text="Action"}
{$item.name} {g->image item=$item image=$item maxSize=150} {g->text text="edit"}   {g->text text="delete"}
{if isset($form.error.missingFile)}
{g->text text="You must enter the path to a file to upload"}
{/if}