mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: move templates/packages/widgets/* to templates/packages/
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
e1a87c3407
commit
dbbae97038
4 changed files with 3 additions and 3 deletions
14
templates/partials/packages/search_widget.html
Normal file
14
templates/partials/packages/search_widget.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div id="pkgsearch" class="widget">
|
||||
<form id="pkgsearch-form" method="get" action="/packages">
|
||||
<fieldset>
|
||||
<label for="pkgsearch-field">{{ "Package Search" | tr }}:</label>
|
||||
<input type="hidden" name="O" value="0" />
|
||||
<input id="pkgsearch-field"
|
||||
type="text"
|
||||
name="K"
|
||||
size="30"
|
||||
maxlength="35"
|
||||
autocomplete="off" />
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue