Changeset - e5541919cd1d
[Not reviewed]
default
0 2 0
ethanzonca - 15 years ago 2010-10-08 23:32:05

Trivial coloration/wording changes
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
class.schedule.php
Show inline comments
 
@@ -326,7 +326,7 @@ class Schedule
 
      echo 'jQuery(document).ready( function() {';
 
      echo 'jQuery("#tabs").tabs();';
 
      echo '});</script>'; /* Close document.ready for jquery */
 
      echo '<p><a href="'.$_SERVER["SCRIPT_NAME"].'?s=' . $this->id_get() . '&amp;print=all">Print</a> :: <a href="input.php">Home</a></p><p class="centeredtext"><em>Tip: You can use the left and right arrow keys to switch between schedules</em></p>';
 
      echo '<p><a href="'.$_SERVER["SCRIPT_NAME"].'?s=' . $this->id_get() . '&amp;print=all">Print</a> :: <a href="input.php">Home</a></p><p class="centeredtext" style="color: #999;"><em>Keyboard Shortcut: Left and right arrow keys switch between schedules</em></p>';
 
    }		
 

	
 

	
input.php
Show inline comments
 
@@ -42,7 +42,7 @@ var sectionsOfClass = Array();
 
$inputPage->showSavedScheds($_SESSION);
 
?>
 
<p>Welcome to SlatePermutate! To get started, enter in some of your classes, and add available sections for each class.</p>
 
<p style="color: #CCC"><em>Keyboard Shortcut: Press "c" to add a class</em></p>
 
<p style="color: #999"><em>Keyboard Shortcut: Press "c" to add a class</em></p>
 
<form method="post" action="process.php" id="scheduleForm">
 
<br />
 
<label>Schedule Name</label><br />
0 comments (0 inline, 0 general)