From 7d4ca8c5b6cafad942ff7aa02c7ce8c2aac515c5 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Tue, 17 Nov 2009 14:56:51 +0000
Subject: [PATCH] Remove the search bar when printing the public view details
 page.

---
 .../modules/courses/views/scripts/public-view/view.phtml        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/application/modules/courses/views/scripts/public-view/view.phtml b/application/modules/courses/views/scripts/public-view/view.phtml
index 83be8e11..5880d864 100644
--- a/application/modules/courses/views/scripts/public-view/view.phtml
+++ b/application/modules/courses/views/scripts/public-view/view.phtml
@@ -3,6 +3,8 @@
 <?php
 if ($this->print) {
     $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/public-view/print.css', 'all');
+} else {
+    $this->headLink()->appendStylesheet($this->baseUrl() . '/css/courses/public-view/print.css', 'print');
 }
 ?>
 <?php $this->layout()->hideMenu = true; ?>
-- 
GitLab