David 2020-11-05 16:41:08 +01:00
parent 4ef6352d59
commit 86c4127ae7

View file

@ -355,7 +355,7 @@ if (isset($_GET['DeleteApproval']) && isset($_GET['session_id'])) {
</div> </div>
<div class="f1-buttons"> <div class="f1-buttons">
<input class="f1-cgu" type="checkbox" name="f1-cgu" id="f1-cgu"> <input class="f1-cgu" type="checkbox" name="f1-cgu" id="f1-cgu">
<label for="f1-cgu"><a href="./cgu.html" target="_blank"><?= _('I accept the general terms of use') ?></a></label> <label for="f1-cgu"><?= _('I accept the general terms of use') ?> : <a href="./cgu.html" target="_blank">CGU</a></label>
<button type="button" class="btn btn-next"><?= _('Next') ?></button> <button type="button" class="btn btn-next"><?= _('Next') ?></button>
</div> </div>
</fieldset> </fieldset>