forked from ZwiiCMS-Team/ZwiiCMS
[Form 1.8] retour au réglage version précédente
This commit is contained in:
parent
170e0844c6
commit
da900b29dc
@ -32,7 +32,7 @@ class form extends common {
|
||||
|
||||
public static $pagination;
|
||||
|
||||
const FORM_VERSION = '1.9';
|
||||
const FORM_VERSION = '1.8';
|
||||
|
||||
const TYPE_MAIL = 'mail';
|
||||
const TYPE_SELECT = 'select';
|
||||
|
@ -46,7 +46,7 @@
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<div class="row">
|
||||
<div class="col3 offset9">
|
||||
<div class="col2 offset10">
|
||||
<?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