diff --git a/template/watermark_profiles.tpl b/template/watermark_profiles.tpl new file mode 100644 index 0000000..4e7fdb8 --- /dev/null +++ b/template/watermark_profiles.tpl @@ -0,0 +1,16 @@ +
+ Wasserzeichenprofile + +

Profile definieren die Darstellung von Wasserzeichen fuer verschiedene Bereiche.

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

Profil-Bearbeitung wird hier zentral erweitert.

+