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
 
@@ -323,13 +323,13 @@ class Schedule
 
    }
 
    else {
 
      echo '<script type="text/javascript">';
 
      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>';
 
    }		
 

	
 

	
 

	
 
    if($this->nPermutations > 0)
 
      {
input.php
Show inline comments
 
@@ -39,13 +39,13 @@ var sectionsOfClass = Array();
 
// </script>', TRUE);
 

	
 
$inputPage->head();
 
$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 />
 
<input id="scheduleName" style="margin-bottom: 1em;" class="defText required" type="text" size="25" title="(e.g., Spring <?php echo Date('Y'); ?>)" name="postData[name]"
 
<?php if ($sch) echo 'value="' . str_replace('"', '&quot;', $sch->getName()) . '"'; /*"*/ ?>
 
/>
0 comments (0 inline, 0 general)