diff options
author | Callan Barrett <wizzomafizzo@gmail.com> | 2008-01-17 17:11:12 +0100 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-01-20 10:18:16 +0100 |
commit | d14def92ff34122bffa4de1fac01598b1d913648 (patch) | |
tree | d37e7257f4f14b3e3f5e801b26fb4091e4014b3a /web/template | |
parent | 52a770e7e7c9a1701e96aa3c66f25d810394aeaf (diff) | |
download | aur-d14def92ff34122bffa4de1fac01598b1d913648.tar.gz aur-d14def92ff34122bffa4de1fac01598b1d913648.tar.xz |
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>
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/header.php b/web/template/header.php index 6e114fdd..488d2906 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -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"); ?>'> |