mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 12:52:22 +01:00
Merge artist and title searchbar into a single textbox.
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user