Merge artist and title searchbar into a single textbox.

This commit is contained in:
Jim Driessen
2017-01-25 01:57:52 +01:00
parent e3b9ca66a5
commit 6982a7a95b
3 changed files with 3 additions and 9 deletions

View File

@ -8,7 +8,6 @@
<button id="request-button" class="btn btn-primary">Request</button>
<br><br>
<div id="request-container" class="hidden">
<input id="search-all" class="search-input" type="text">
<div class="table-responsive">
<table id="request-table" class="table table-striped">
<thead>
@ -18,8 +17,7 @@
<th>Uploader</th>
</tr>
<tr>
<th><input id="search-artist" class="search-input" type="text"></th>
<th><input id="search-title" class="search-input" type="text"></th>
<th colspan="2"><input id="search-all" class="search-input" type="text"></th>
<th><input id="search-uploader" class="search-input" type="text"></th>
</tr>
</thead>