forme v3 suite
This commit is contained in:
parent
29ba48850c
commit
bb9dbdd799
3
module/form/changes.md
Normal file
3
module/form/changes.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Version 3
|
||||||
|
- Déplacement des options de formulaires
|
||||||
|
- Gabarit du formulaire sur la page
|
@ -47,6 +47,35 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col12">
|
||||||
|
<div class="block">
|
||||||
|
<h4>Gabarit</h4>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col6">
|
||||||
|
<?php echo template::select('formOptionAlign', $module::$optionAlign, [
|
||||||
|
'label' => 'Alignement du formulaire',
|
||||||
|
'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'align'])
|
||||||
|
]); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col6">
|
||||||
|
<?php echo template::select('formOptionOffset', $module::$optionOffset, [
|
||||||
|
'label' => 'Décalage à gauche',
|
||||||
|
'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'offset'])
|
||||||
|
]); ?>
|
||||||
|
</div>
|
||||||
|
<div class="col6">
|
||||||
|
<?php echo template::select('formOptionWidth', $module::$optionWidth, [
|
||||||
|
'label' => 'Largeur',
|
||||||
|
'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'width'])
|
||||||
|
]); ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col12">
|
<div class="col12">
|
||||||
<div class="block">
|
<div class="block">
|
||||||
@ -126,33 +155,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
|
||||||
<div class="col12">
|
|
||||||
<div class="block">
|
|
||||||
<h4>Gabarit</h4>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col6">
|
|
||||||
<?php echo template::select('formOptionAlign', $module::$optionAlign, [
|
|
||||||
'label' => 'Alignement du formulaire',
|
|
||||||
'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'align'])
|
|
||||||
]); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col6">
|
|
||||||
<?php echo template::select('formOptionOffset', $module::$optionOffset, [
|
|
||||||
'label' => 'Décalage à gauche',
|
|
||||||
'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'offset'])
|
|
||||||
]); ?>
|
|
||||||
</div>
|
|
||||||
<div class="col6">
|
|
||||||
<?php echo template::select('formOptionWidth', $module::$optionWidth, [
|
|
||||||
'label' => 'Largeur',
|
|
||||||
'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'width'])
|
|
||||||
]); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user