diff options
author | Dan McGee <dan@archlinux.org> | 2011-03-01 16:26:32 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-03-04 10:29:13 +0100 |
commit | fcaee288184e29bd6b05bf168beda89e63eb0a81 (patch) | |
tree | 77f9f1d1ee16cdf145e7977c9d0e09fab0d71c33 /web/template | |
parent | 984ce9529c926c884136780d017ae90f0b82b54b (diff) | |
download | aur-fcaee288184e29bd6b05bf168beda89e63eb0a81.tar.gz aur-fcaee288184e29bd6b05bf168beda89e63eb0a81.tar.xz |
Small template cleanup
Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/pkg_search_form.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index a2b634df..7592b696 100644 --- a/web/template/pkg_search_form.php +++ b/web/template/pkg_search_form.php @@ -9,8 +9,7 @@ <input type='submit' style='min-width:80px' class='button' name='do_Search' value='<?php print __("Go"); ?>' /> <?php if (!empty($_GET['detail'])): ?> <input type='submit' style='min-width:80px' class='button' name='do_Orphans' value='<?php print __("Orphans"); ?>' /> - -<?php endif; ?> + <?php endif; ?> <a href="?<?php print mkurl('detail=' . ((!empty($_GET['detail'])) ? 0 : 1) ) ?>"><?php print __("Advanced"); ?></a> </div> |