[Form 1.8] retour au réglage version précédente

This commit is contained in:
fredtempez 2019-05-13 21:34:15 +02:00
parent 170e0844c6
commit da900b29dc
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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' => ''