From e20e8fa8d5737b679b5b315f28a734fef7c7ad25 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Wed, 3 Sep 2008 18:44:22 +0000
Subject: [PATCH] Add a reminder to people that subject codes are usually four
 letters long

---
 application/modules/courses/views/scripts/new/search.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/modules/courses/views/scripts/new/search.phtml b/application/modules/courses/views/scripts/new/search.phtml
index 226ba8a2..5920a87a 100644
--- a/application/modules/courses/views/scripts/new/search.phtml
+++ b/application/modules/courses/views/scripts/new/search.phtml
@@ -12,7 +12,7 @@
     <div class="content">
         <form id="search_form" action="<?php echo $this->baseUrl(); ?>/courses/new/search.post" method="post">
             <fieldset>
-                <label>Subject Area</label>
+                <label>Subject Area (Usually four letters)</label>
                 <input type="text" id="subject" name="subject" />
             </fieldset>
             <fieldset>
-- 
GitLab