From aa1c449620ead515e74e139e07d16e9d3253ddf9 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 12 Sep 2012 14:05:49 -0400
Subject: [PATCH] Hide top search box in records module.

---
 themes/blueprint/templates/records/home.phtml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/themes/blueprint/templates/records/home.phtml b/themes/blueprint/templates/records/home.phtml
index 395239f8074..dbf1e7cebcd 100644
--- a/themes/blueprint/templates/records/home.phtml
+++ b/themes/blueprint/templates/records/home.phtml
@@ -4,4 +4,7 @@
 
     // Load standard settings from the default search results screen:
     echo $this->render('search/results.phtml');
+
+    // Disable top search box -- it doesn't make sense in this module.
+    $this->layout()->searchbox = false;
 ?>
\ No newline at end of file
-- 
GitLab