mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-28 08:48:40 +00:00
adj. frontend uri handling of query/fragment
This commit is contained in:
parent
d0820b291b
commit
07f19d5f56
|
|
@ -16,7 +16,7 @@
|
|||
<input autocomplete="off" class="input" type="text" id="i<?= $this->printHtml($this->getId()); ?>"
|
||||
data-emptyAfter="true"
|
||||
data-autocomplete="off"
|
||||
data-src="api/media/find?search={#mediaInput}">
|
||||
data-src="api/media/find?search={!#mediaInput}">
|
||||
<div id="<?= $this->printHtml($this->getId()); ?>-dropdown" class="dropdown" data-active="true">
|
||||
<table class="default">
|
||||
<thead>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<input autocomplete="off" class="input" id="mediaInput" name="mediaFile" type="text"
|
||||
data-emptyAfter="true"
|
||||
data-autocomplete="off"
|
||||
data-src="api/media/find?search={#mediaInput}">
|
||||
data-src="api/media/find?search={!#mediaInput}">
|
||||
<div id="iMediaInput-dropdown" class="dropdown" data-active="true">
|
||||
<table id="iMediaInput-table" class="default">
|
||||
<thead>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user