new form layout and other tpl fixes

This commit is contained in:
Dennis Eichhorn 2021-04-18 22:29:46 +02:00
parent 53c92be5d8
commit 28931feade
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<div class="ipt-wrap">
<div class="ipt-wrap wf-100">
<div class="ipt-first">
<span class="input">
<button type="button" id="<?= $this->getId(); ?>-book-button" data-action='[
@ -13,7 +13,8 @@
}
]' formaction=""><i class="fa fa-book"></i></button>
<div class="advancedInput wf-100" id="<?= $this->getId(); ?>">
<input autocomplete="off" class="input" type="text" id="i<?= $this->getId(); ?>" placeholder="&#xf007; Guest"
<input autocomplete="off" class="input" type="text" id="i<?= $this->getId(); ?>"
placeholder="&#xf007; Guest"
data-emptyAfter="true"
data-autocomplete="off"
data-src="api/tag/find?search={!#i<?= $this->getId(); ?>}">

View File

@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Tags'); ?><i class="fa fa-download floatRight download btn"></i></div>
<table class="default">
<table class="default sticky">
<thead>
<tr>
<td><?= $this->getHtml('Color'); ?>