diff --git a/template/watermark_rules.tpl b/template/watermark_rules.tpl new file mode 100644 index 0000000..e7010f2 --- /dev/null +++ b/template/watermark_rules.tpl @@ -0,0 +1,69 @@ +
+ Öffentliche Alben: + + Kein Profil + {foreach from=$WATERMARK_PROFILES item=profile} + {$profile.name|escape:html} + {/foreach} + +
+ Private Alben: + + Kein Profil + {foreach from=$WATERMARK_PROFILES item=profile} + {$profile.name|escape:html} + {/foreach} + +
Einzelne Alben können die globale Regel überschreiben.
+ Album: + + {foreach from=$WATERMARK_CATEGORIES item=category} + {$category.name|escape:html} + {/foreach} + +
+ Regel: + + Erben + Eigenes Profil + Kein Wasserzeichen + +
+ Profil: + + {foreach from=$WATERMARK_PROFILES item=profile} + {$profile.name|escape:html} + {/foreach} + +