mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 19:54:31 +00:00
Add watermark profile management UI
This commit is contained in:
16
template/watermark_profiles.tpl
Normal file
16
template/watermark_profiles.tpl
Normal 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>
|
||||
Reference in New Issue
Block a user