mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 15:48:42 +00:00
new form layout and other tpl fixes
This commit is contained in:
parent
53c92be5d8
commit
28931feade
|
|
@ -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=" Guest"
|
||||
<input autocomplete="off" class="input" type="text" id="i<?= $this->getId(); ?>"
|
||||
placeholder=" Guest"
|
||||
data-emptyAfter="true"
|
||||
data-autocomplete="off"
|
||||
data-src="api/tag/find?search={!#i<?= $this->getId(); ?>}">
|
||||
|
|
|
|||
|
|
@ -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'); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user