Add a body part for the ToS app

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-04-09 15:06:20 +02:00
parent 1e907c2664
commit f518703d5a
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 3 additions and 0 deletions

View File

@ -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') {