This commit is contained in:
parent
4ef6352d59
commit
86c4127ae7
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ if (isset($_GET['DeleteApproval']) && isset($_GET['session_id'])) {
|
|||
</div>
|
||||
<div class="f1-buttons">
|
||||
<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>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in a new issue