]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/admin/tos.tpl
Merge branch 'friendica:2022.12-rc' into new_image_presentation
[friendica.git] / view / templates / admin / tos.tpl
index 14fe68d7b97eb27ff57507d9d0acdf3954f40931..2482802a116f24b0b24d2b26226bd2cb2f0f2d5d 100644 (file)
@@ -6,7 +6,12 @@
                {{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>
+               {{include file="field_textarea.tpl" field=$tosrules}}
+               <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>