mirror of
https://github.com/friendica/friendica
synced 2025-09-06 17:24:06 +02:00
commit
c41332364f
6 changed files with 58 additions and 11 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -67,6 +67,12 @@
|
|||
{{if $showtoslink}}
|
||||
<p><a href="{{$baseurl}}/tos">{{$tostext}}</a></p>
|
||||
{{/if}}
|
||||
{{if $showprivstatement}}
|
||||
<h4>{{$privstatement.0}}</h4>
|
||||
{{for $i=1 to 3}}
|
||||
<p>{{$privstatement[$i]}}</p>
|
||||
{{/for}}
|
||||
{{/if}}
|
||||
|
||||
<div id="register-submit-wrapper">
|
||||
<input type="submit" name="submit" id="register-submit-button" value="{{$regbutt|escape:'html'}}" />
|
||||
|
|
|
@ -63,6 +63,12 @@
|
|||
{{if $showtoslink}}
|
||||
<p><a href="{{$baseurl}}/tos">{{$tostext}}</a></p>
|
||||
{{/if}}
|
||||
{{if $showprivstatement}}
|
||||
<h4>{{$privstatement.0}}</h4>
|
||||
{{for $i=1 to 3}}
|
||||
<p>{{$privstatement[$i]}}</p>
|
||||
{{/for}}
|
||||
{{/if}}
|
||||
|
||||
<div id="register-submit-wrapper" class="pull-right">
|
||||
<button type="submit" name="submit" id="register-submit-button" class="btn btn-primary" value="{{$regbutt|escape:'html'}}">{{$regbutt|escape:'html'}}</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue