]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/admin/tos.tpl
wrapping up 2019.12
[friendica.git] / view / templates / admin / tos.tpl
index 14fe68d7b97eb27ff57507d9d0acdf3954f40931..d4e1bcb48e7c8b8cb415063cc4a53ab48dc8ede0 100644 (file)
@@ -6,7 +6,11 @@
                {{include file="field_checkbox.tpl" field=$displaytos}}
                {{include file="field_checkbox.tpl" field=$displayprivstatement}}
                {{include file="field_textarea.tpl" field=$tostext}}
-               <div class="submit"><input type="submit" name="page_tos" value="{{$submit|escape:'html'}}" /></div>
+               <div class="submit"><input type="submit" name="page_tos" value="{{$submit}}" /></div>
        </form>
+       <h2>{{$preview}}</h2>
+       {{for $i=1 to 3}}
+       <p>{{$privtext[$i] nofilter}}</p>
+       {{/for}}
 </div>