summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorPaul Mattal <paul@mattal.com>2007-09-28 22:15:47 -0400
committerPaul Mattal <paul@mattal.com>2007-09-28 22:15:47 -0400
commit659cace81e123426b1204d7a1296747ae6afb43f (patch)
treef5afa2b529455e7ca53283ff1c6670ad4b7debc0 /web
parent95cca1996f4e98e8c9a511c9906a3c1e8e82af91 (diff)
downloadaurweb-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.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index 91df5b7..e2217f6 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;