Add a body part for the ToS app
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1e907c2664
commit
f518703d5a
|
|
@ -17,6 +17,9 @@ script('registration', 'registration-form');
|
||||||
<label for="email" class="infield"><?php p($l->t('Email')); ?></label>
|
<label for="email" class="infield"><?php p($l->t('Email')); ?></label>
|
||||||
<img id="email-icon" class="svg" src="<?php print_unescaped(image_path('', 'actions/mail.svg')); ?>" alt=""/>
|
<img id="email-icon" class="svg" src="<?php print_unescaped(image_path('', 'actions/mail.svg')); ?>" alt=""/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div id="terms_of_service"></div>
|
||||||
|
|
||||||
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']); ?>" />
|
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']); ?>" />
|
||||||
<input type="submit" id="submit" value="<?php
|
<input type="submit" id="submit" value="<?php
|
||||||
if ($_['disable_email_verification'] === 'yes') {
|
if ($_['disable_email_verification'] === 'yes') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue