From 781377b4b6c6a63abf67bd1428d9aa336cc0961c Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Sat, 15 Aug 2026 14:09:44 +0200 Subject: [PATCH] Add watermark profile management UI --- template/watermark_profiles.tpl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 template/watermark_profiles.tpl 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.

+