From 7249574241c6c32760252b72dc73e2277b039bac Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Thu, 6 Sep 2007 20:59:00 +0000
Subject: [PATCH] Removed checkboxes from home page, they don't have any use!

---
 application/views/home.xhtml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/application/views/home.xhtml b/application/views/home.xhtml
index 1ecec082..b5bded41 100755
--- a/application/views/home.xhtml
+++ b/application/views/home.xhtml
@@ -31,7 +31,7 @@
     <div class="content">
         <table class="course_list">
             <tr>
-                <th id="check">&#160;</th>
+                <!-- th id="check">&#160;</th -->
                 <th id="course">Course</th>
                 <th id="college">College</th>
                 <th id="type">Type</th>
@@ -47,7 +47,7 @@
                 }
             ?>
             <tr <?php echo (++$row % 2 ? 'class="odd"' : ''); ?>>
-                <td><input type="checkbox" /></td>
+                <!-- td><input type="checkbox" /></td -->
                 <td><?php echo $originalCourse->subject . ' '
                              . $originalCourse->courseNumber
                              . $originalCourse->courseLetter; ?></td>
@@ -83,7 +83,7 @@
         <?php } else { ?>
         <table class="course_list">
             <tr>
-                <th id="check">&#160;</th>
+                <!-- th id="check">&#160;</th -->
                 <th id="course">Course</th>
                 <th id="college">College</th>
                 <th id="type">Type</th>
@@ -101,7 +101,7 @@
                 }
             ?>
             <tr <?php echo (++$row % 2 ? 'class="odd"' : ''); ?>>
-                <td><input type="checkbox" /></td>
+                <!-- td><input type="checkbox" /></td -->
                 <td><?php echo $originalCourse->subject . ' '
                              . $originalCourse->courseNumber
                              . $originalCourse->courseLetter; ?></td>
@@ -159,7 +159,7 @@
         <form action="/Home/SubmitDecisions" method="post">
             <table class="course_list">
                 <tr>
-                    <th id="check">&#160;</th>
+                    <!-- th id="check">&#160;</th -->
                     <th id="course">Course</th>
                     <th id="college">College</th>
                     <th id="type">Type</th>
@@ -177,7 +177,7 @@
                     }
                 ?>
                 <tr <?php echo (++$row % 2 ? 'class="odd"' : ''); ?>>
-                    <td><input type="checkbox" /></td>
+                    <!-- td><input type="checkbox" /></td -->
                     <td><?php echo $originalCourse->subject . ' '
                                  . $originalCourse->courseNumber
                                  . $originalCourse->courseLetter; ?></td>
-- 
GitLab