diff options
author | Paul Mattal <paul@mattal.com> | 2007-09-29 04:15:47 +0200 |
---|---|---|
committer | Paul Mattal <paul@mattal.com> | 2007-09-29 04:15:47 +0200 |
commit | 659cace81e123426b1204d7a1296747ae6afb43f (patch) | |
tree | f5afa2b529455e7ca53283ff1c6670ad4b7debc0 /web | |
parent | 95cca1996f4e98e8c9a511c9906a3c1e8e82af91 (diff) | |
download | aur-659cace81e123426b1204d7a1296747ae6afb43f.tar.gz aur-659cace81e123426b1204d7a1296747ae6afb43f.tar.xz |
Center the "Go back to search results" on the package detail page.
Diffstat (limited to 'web')
-rw-r--r-- | web/lib/pkgfuncs.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 91df5b7e..e2217f6f 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -33,8 +33,10 @@ function pkgsearch_results_link() { } } $url_data .= "'>"; + print "<center>"; print __("Go back to %hsearch results%h.", array($url_data, "</a>")); + print "</center>"; print "\n<br />\n"; return; |