forked from ZwiiCMS-Team/ZwiiCMS
[Form 1.9] taille du bouton Envoyer
This commit is contained in:
parent
1bca61bd6f
commit
c06aaa37cd
@ -32,7 +32,7 @@ class form extends common {
|
|||||||
|
|
||||||
public static $pagination;
|
public static $pagination;
|
||||||
|
|
||||||
const FORM_VERSION = '1.8';
|
const FORM_VERSION = '1.9';
|
||||||
|
|
||||||
const TYPE_MAIL = 'mail';
|
const TYPE_MAIL = 'mail';
|
||||||
const TYPE_SELECT = 'select';
|
const TYPE_SELECT = 'select';
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col2 offset10">
|
<div class="col3 offset9">
|
||||||
<?php echo template::submit('formSubmit', [
|
<?php echo template::submit('formSubmit', [
|
||||||
'value' => $this->getData(['module', $this->getUrl(0), 'config', 'button']) ? $this->getData(['module', $this->getUrl(0), 'config', 'button']) : 'Envoyer',
|
'value' => $this->getData(['module', $this->getUrl(0), 'config', 'button']) ? $this->getData(['module', $this->getUrl(0), 'config', 'button']) : 'Envoyer',
|
||||||
'ico' => ''
|
'ico' => ''
|
||||||
|
Loading…
Reference in New Issue
Block a user