mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 18:44:30 +00:00
17 lines
551 B
Smarty
17 lines
551 B
Smarty
<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>
|