minor fix

This commit is contained in:
Fred Tempez 2020-10-22 19:16:53 +02:00
parent 227b3943a3
commit 645cb7fef5
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@
]); ?> ]); ?>
</div> </div>
<div class="col4 verticalAlignBottom"> <div class="col4 verticalAlignBottom">
<?php echo template::checkbox('configConnectCaptcha10', true, 'Captcha renforcé', [ <?php echo template::checkbox('configCaptchaStrong', true, 'Captcha renforcé', [
'checked' => $this->getData(['config', 'connect','captcha10']), 'checked' => $this->getData(['config','captchaStrong']),
'help' => 'Option recommandée pour sécuriser la connexion. S\'applique à tous les captchas du site.' 'help' => 'Option recommandée pour sécuriser la connexion. S\'applique à tous les captchas du site.'
]); ?> ]); ?>
</div> </div>