Add watermark profile management UI

This commit is contained in:
Terranom674
2026-08-15 14:09:44 +02:00
parent 642add0536
commit 781377b4b6

View File

@@ -0,0 +1,16 @@
<fieldset>
<legend>Wasserzeichenprofile</legend>
<p>Profile definieren die Darstellung von Wasserzeichen fuer verschiedene Bereiche.</p>
{foreach from=$WATERMARK_PROFILES item=profile}
<div style="border:1px solid #ccc;padding:10px;margin-bottom:10px;">
<strong>{$profile.name|escape:html}</strong><br>
Datei: {$profile.watermark_file|escape:html}<br>
Position: {$profile.xpos}/{$profile.ypos}<br>
Deckkraft: {$profile.opacity}%<br>
</div>
{/foreach}
<p>Profil-Bearbeitung wird hier zentral erweitert.</p>
</fieldset>