Changeset - ccb54e791b58
[Not reviewed]
default
0 2 0
nathang - 15 years ago 2010-10-25 18:41:58
ngelderloos7@gmail.com
Professor and rooms not displayed by default. Changed some display box styling.
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
class.schedule.php
Show inline comments
 
@@ -249,11 +249,11 @@ class Schedule
 
    }		
 

	
 
    echo "\n";
 
    echo '<div id="show-box" class="gray righttext" style="float: right;">
 
    echo '<div id="show-box" class="gray righttext" style="float: right; padding-right: 5pt; padding-bottom: 7pt">
 
  <form>
 
     <h3>Display</h3>
 
     <div><input id="show-prof" name="show-prof" type="checkbox" checked="checked" /><label for="show-prof">Professor</label></div>
 
     <div><input id="show-location" name="show-location" type="checkbox" checked="checked" /><label for="show-location">Room</label></div>
 
     <div style="text-align:left;"><input id="show-prof" name="show-prof" type="checkbox" /><label for="show-prof">Professor</label></div>
 
     <div style="text-align:left;"><input id="show-location" name="show-location" type="checkbox" /><label for="show-location">Room</label></div>
 
  </form>
 
  </div> <!-- id="details" -->';
 

	
scripts/displayTables.js
Show inline comments
 
@@ -25,5 +25,6 @@ function show_box_change()
 
jQuery(document).ready( function()
 
  {
 
      jQuery('#show-box input').change(show_box_change);
 
      jQuery('#show-box input').change();
 
  }
 
);
0 comments (0 inline, 0 general)