Fix form layouts

This commit is contained in:
Dennis Eichhorn 2017-11-13 20:48:05 +01:00
parent 45373cda5c
commit 5f883a9226

View File

@ -1,3 +1,5 @@
<div class="ipt-wrap">
<div class="ipt-first">
<span class="input"> <span class="input">
<button type="button" data-action='[ <button type="button" data-action='[
{ {
@ -31,7 +33,11 @@
} }
]'<?= $this->isRequired() ? ' required' : ''; ?>> ]'<?= $this->isRequired() ? ' required' : ''; ?>>
<datalist id="<?= $this->printHtml($this->getId()); ?>-datalist"></datalist> <datalist id="<?= $this->printHtml($this->getId()); ?>-datalist"></datalist>
<input type="hidden" id="<?= $this->printHtml($this->getId()); ?>-idlist"></span> <input type="hidden" id="<?= $this->printHtml($this->getId()); ?>-idlist">
</span>
</div>
<div class="ipt-second"><button><?= $this->getHtml('Add', 0, 0); ?></button></div>
</div>
<div class="box taglist" id="<?= $this->printHtml($this->getId()); ?>-taglist" data-action='[ <div class="box taglist" id="<?= $this->printHtml($this->getId()); ?>-taglist" data-action='[
{ {
"key": 1, "listener": "click", "selector": "#<?= $this->printHtml($this->getId()); ?>-taglist span fa", "action": [ "key": 1, "listener": "click", "selector": "#<?= $this->printHtml($this->getId()); ?>-taglist span fa", "action": [