diff --git a/template/admin.tpl b/template/admin.tpl index 911e9f4..948eaa6 100644 --- a/template/admin.tpl +++ b/template/admin.tpl @@ -18,6 +18,47 @@ {$tool.title|escape:html}

{$tool.description|escape:html}

+ {if $tool_id == 'watermark'} +

Wasserzeichenprofile

+

Profile definieren, welche Wasserzeichen-Einstellungen fuer spaetere Albumregeln verwendet werden.

+ + + + + + + + + {foreach from=$WATERMARK_PROFILES item=profile} + + + + + + + {/foreach} +
NamePositionDeckkraftAktion
{$profile.name|escape:html}{$profile.xpos}/{$profile.ypos}{$profile.opacity}% +
+ + + + +
+
+ +

Neues Profil

+
+ + +

Name:

+

Datei:

+

X: Y:

+

Deckkraft: %

+

Mindestgröße: x

+ +
+ {/if} +