diff --git a/class.schedule.php b/class.schedule.php --- a/class.schedule.php +++ b/class.schedule.php @@ -225,7 +225,7 @@ class Schedule echo '}); '; /* Close document.ready for jquery */ echo 'window.print(); '; - echo '

Return to normal view

'; + echo '

« Return to normal view

'; } else { @@ -243,7 +243,7 @@ class Schedule jQuery(\'#selectItemsInput\').hide(); });'; echo '});'; /* Close document.ready for jquery */ - echo '

You can share your schedule with the URL below:

http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'].'

'; + echo '

You can share your schedule with the URL below:

'.$outputPage->gen_share_url($this->id_get()).'

'; echo '

Print :: Share :: Home

Having problems? Let us know.

Keyboard Shortcut: Left and right arrow keys switch between schedules

'; } @@ -370,9 +370,9 @@ class Schedule /* edit button */ if ($id = $this->id_get()) - echo '

'; + echo '

'; - echo "

There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.

"; + echo "

There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.

"; $outputPage->foot(); }