mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-18 08:18:40 +00:00
Fix form layouts
This commit is contained in:
parent
45373cda5c
commit
5f883a9226
|
|
@ -1,3 +1,5 @@
|
|||
<div class="ipt-wrap">
|
||||
<div class="ipt-first">
|
||||
<span class="input">
|
||||
<button type="button" data-action='[
|
||||
{
|
||||
|
|
@ -31,7 +33,11 @@
|
|||
}
|
||||
]'<?= $this->isRequired() ? ' required' : ''; ?>>
|
||||
<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='[
|
||||
{
|
||||
"key": 1, "listener": "click", "selector": "#<?= $this->printHtml($this->getId()); ?>-taglist span fa", "action": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user