aboutsummaryrefslogtreecommitdiff
path: root/lib/admissionrules/termsadmission/templates/input.php
blob: 0151c54b3886e91b871e0dc6904086d0ed4bab25 (plain)
1
2
3
4
5
6
7
8
9
10
<?= htmlReady($rule->getName()) ?>

<div class="messagebox_details">
    <?= formatLinks($rule->terms) ?>
</div>

<label>
    <input type="checkbox" name="terms_accepted" value="1">
    <?= _('Hiermit akzeptiere ich die Teilnahmebedingungen') ?>
</label>