largeur div captcha col5

This commit is contained in:
Fred Tempez 2020-08-11 18:06:52 +02:00
parent f062d209c8
commit 87b19c913a
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
]); ?>
<?php if($this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD')): ?>
<div class="row">
<div class="col4">
<div class="col5">
<?php echo template::captcha('blogArticlecaptcha'); ?>
</div>
</div>

View File

@ -45,7 +45,7 @@
<?php endforeach; ?>
<?php if($this->getData(['module', $this->getUrl(0), 'config', 'captcha'])): ?>
<div class="row">
<div class="col4">
<div class="col5">
<?php echo template::captcha('formcaptcha'); ?>
</div>
</div>