diff --git a/class.schedule.php b/class.schedule.php --- a/class.schedule.php +++ b/class.schedule.php @@ -200,10 +200,10 @@ class Schedule $footcloser = ''; if(isset($_REQUEST['print']) && $_REQUEST['print'] != ''){ - $headcode = array('jQuery', 'jQueryUI', 'uiTabsKeyboard', 'outputStyle', 'outputPrintStyle'); + $headcode = array('jQuery', 'jQueryUI', 'uiTabsKeyboard', 'outputStyle', 'outputPrintStyle', 'displayTables'); } else { - $headcode = array('outputStyle', 'jQuery', 'jQueryUI', 'uiTabsKeyboard'); + $headcode = array('outputStyle', 'jQuery', 'jQueryUI', 'uiTabsKeyboard', 'displayTables'); } $outputPage = new Page(htmlentities($this->getName()), $headcode); @@ -241,12 +241,22 @@ class Schedule }); jQuery(\'#cancelItems\').click( function() { jQuery(\'#selectItemsInput\').hide(); - });'; + }); +'; echo '});'; /* Close document.ready for jquery */ 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

'; } + echo "\n"; + echo '
+
+

Display

+
+
+
+
'; + if($this->nPermutations > 0) { $table .= "
\n" diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -58,9 +58,10 @@ class page $this->headCode['outputPrintStyle'] = ''; $this->headCode['outputStyle'] = ''; $this->headCode['gliderHeadcode'] = ''; - $this->headCode['uiTabsKeyboard'] = ''; - $this->pagetitle = $ntitle; - $this->scripts = $nscripts; + $this->headCode['uiTabsKeyboard'] = '