mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 05:53:41 +02:00
Manual search: swap tracker and category and remove search button text
This commit is contained in:
@@ -393,20 +393,18 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>You can search all configured indexers from this screen.</p>
|
||||
<label>Query</label>
|
||||
<label for="text">Query</label>
|
||||
<input type="text" name="query" id="searchquery"/>
|
||||
<label>Category</label>
|
||||
<select name="category" id="searchCategory"></select>
|
||||
<label>Tracker</label>
|
||||
<label for="tracker">Tracker</label>
|
||||
<select name="tracker" id="searchTracker">
|
||||
<option value="">-- All --</option>
|
||||
{{#each indexers}}
|
||||
<option value="{{id}}">{{name}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
<button id="jackett-search-perform" class="btn btn-success btn-sm">
|
||||
<i class="fa fa-search"></i> Search trackers<span class="glyphicon glyphicon-ok-wrench" aria-hidden="true"></span>
|
||||
</button>
|
||||
<label for="category">Category</label>
|
||||
<select name="category" id="searchCategory"></select>
|
||||
<button id="jackett-search-perform" class="btn btn-success btn-sm"><span class="fa fa-search"></span></button>
|
||||
<div id="searchResults"></div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
@@ -588,6 +586,10 @@
|
||||
<span class="spinner glyphicon glyphicon-refresh"></span>
|
||||
</script>
|
||||
|
||||
<script id="search-button-ready" type="text/x-handlebars-template">
|
||||
<span class="fa fa-search"></span>
|
||||
</script>
|
||||
|
||||
<script src="../custom.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user