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;
|
||||
|
||||
const FORM_VERSION = '1.8';
|
||||
const FORM_VERSION = '1.9';
|
||||
|
||||
const TYPE_MAIL = 'mail';
|
||||
const TYPE_SELECT = 'select';
|
||||
|
@ -46,7 +46,7 @@
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<div class="row">
|
||||
<div class="col2 offset10">
|
||||
<div class="col3 offset9">
|
||||
<?php echo template::submit('formSubmit', [
|
||||
'value' => $this->getData(['module', $this->getUrl(0), 'config', 'button']) ? $this->getData(['module', $this->getUrl(0), 'config', 'button']) : 'Envoyer',
|
||||
'ico' => ''
|
||||
|
Loading…
Reference in New Issue
Block a user