diff --git a/class.schedule.php b/class.schedule.php --- a/class.schedule.php +++ b/class.schedule.php @@ -219,22 +219,14 @@ class Schedule echo 'jQuery(\'.section\').hide();'; $items = explode(',', $_REQUEST['print']); foreach($items as $item){ - echo 'jQuery(\'#section'.$item.'\').show();'; + echo 'jQuery(\'#tabs-'.$item.'\').show();'; } } - - echo 'jQuery(\'#selectItemsInput\').hide(); - jQuery(\'#selectItems\').click( function() { - jQuery(\'#selectItemsInput\').show(); - }); - jQuery(\'#cancelItems\').click( function() { - jQuery(\'#selectItemsInput\').hide(); - });'; echo '}); '; /* Close document.ready for jquery */ echo 'window.print(); '; - echo '
Select Schedules to Print :: Return to normal view :: Home
'; - echo 'id_get() . '&print=all">Print :: :: Home
Having problems? Let us know.
Keyboard Shortcut: Left and right arrow keys switch between schedules
'; + echo 'Having problems? Let us know.
Keyboard Shortcut: Left and right arrow keys switch between schedules
'; } if($this->nPermutations > 0) diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -407,4 +407,5 @@ class page ' . ($this->xhtml ? ']]>' : '') . ' // '; } + }