mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Turn action bar into drop box
Moves the action bar down to the bottom right of the search results and turns it into a drop-down selection box. Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
52a770e7e7
commit
d14def92ff
4 changed files with 35 additions and 62 deletions
|
@ -93,7 +93,7 @@ if (isset($_COOKIE["AURSID"])) {
|
|||
} ?>
|
||||
<form method='post'>
|
||||
<?php print __("Username:"); ?>
|
||||
<input type='text' name='user' size='30' maxlength='64' value='<?php if (isset($_POST['user'])) { print htmlspecialchars($_POST['user'], ENT_QUOTES); } ?>'>
|
||||
<input type='text' name='user' size='30' maxlength='64' value='<?php if (isset($_POST['user'])) { print htmlspecialchars($_POST['user'], ENT_QUOTES); } ?>'>
|
||||
<?php print __("Password:"); ?>
|
||||
<input type='password' name='pass' size='30' maxlength='32'>
|
||||
<input type='submit' class='button' value='<?php print __("Login"); ?>'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue