mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-10 05:54 am

[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 [personal profile] wyntarvox.

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;
     }
--------------------------------------------------------------------------------