admin panel: added privacy statement preview

This commit is contained in:
Tobias Diekershoff
2018-05-19 18:52:23 +02:00
parent 5ae9193aa7
commit ae62c1d1ea
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -8,5 +8,9 @@
{{include file="field_textarea.tpl" field=$tostext}}
<div class="submit"><input type="submit" name="page_tos" value="{{$submit|escape:'html'}}" /></div>
</form>
<h2>{{$preview}}</h2>
{{for $i=1 to 3}}
<p>{{$privtext[$i]}}</p>
{{/for}}
</div>