mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-27 12:07:54 +00:00
Removed dupe id in search view
This commit is contained in:
@@ -130,7 +130,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="wizard-actions">
|
<div class="wizard-actions">
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<div class="nav-search" id="nav-search">
|
<div class="nav-search" id="nav-search">
|
||||||
<form class="form-search">
|
<form class="form-search">
|
||||||
<span class="input-icon">
|
<span class="input-icon">
|
||||||
<input type="text" id="search-text" placeholder="Search ..." class="nav-search-input" id="nav-search-input"
|
<input type="text" id="search-text" placeholder="Search ..." class="nav-search-input"
|
||||||
autocomplete="off"/>
|
autocomplete="off"/>
|
||||||
<i class="ace-icon fa fa-search nav-search-icon"></i>
|
<i class="ace-icon fa fa-search nav-search-icon"></i>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user