forked from ZwiiCMS-Team/ZwiiCMS
largeur div captcha col5
This commit is contained in:
parent
f062d209c8
commit
87b19c913a
@ -78,7 +78,7 @@
|
|||||||
]); ?>
|
]); ?>
|
||||||
<?php if($this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD')): ?>
|
<?php if($this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD')): ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col4">
|
<div class="col5">
|
||||||
<?php echo template::captcha('blogArticlecaptcha'); ?>
|
<?php echo template::captcha('blogArticlecaptcha'); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($this->getData(['module', $this->getUrl(0), 'config', 'captcha'])): ?>
|
<?php if($this->getData(['module', $this->getUrl(0), 'config', 'captcha'])): ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col4">
|
<div class="col5">
|
||||||
<?php echo template::captcha('formcaptcha'); ?>
|
<?php echo template::captcha('formcaptcha'); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user