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>
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in a new issue