[dw-free] add navigation links to bottom of search interests
[commit: http://hg.dwscoalition.org/dw-free/rev/9dd69edb7fb6]
http://bugs.dwscoalition.org/show_bug.cgi?id=986
Add navbar to interests search page at the bottom.
Patch by
wyntarvox.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=986
Add navbar to interests search page at the bottom.
Patch by
Files modified:
- htdocs/interests.bml
--------------------------------------------------------------------------------
diff -r c6605f3a5ac7 -r 9dd69edb7fb6 htdocs/interests.bml
--- a/htdocs/interests.bml Sun May 10 05:50:44 2009 +0000
+++ b/htdocs/interests.bml Sun May 10 05:54:26 2009 +0000
@@ -503,6 +503,7 @@ body<=
$ret .= "<div style='text-align: center'>$navbar</div><br />";
$ret .= $results;
+ $ret .= "<div style='text-align: center; clear: both'>$navbar</div><br />";
return $ret;
}
--------------------------------------------------------------------------------
