diff --git a/inc/class.schedule.php b/inc/class.schedule.php --- a/inc/class.schedule.php +++ b/inc/class.schedule.php @@ -285,10 +285,11 @@ class Schedule echo ' }); '; - echo '

You can share your schedule with the URL below:

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

'; - echo '

Print :: Share :: Home

'; - echo '

Having problems? Let us know.

'; - echo '

Keyboard Shortcut: Left and right arrow keys switch between schedules

'; + echo '

You can share your schedule with the URL below:

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

' . "\n"; + echo '

Edit :: Print :: Share :: Home

'. "\n"; + echo '

Having problems? Let us know.

' . "\n"; + echo '

Keyboard Shortcut: Left and right arrow keys switch between schedules

' . "\n"; + } echo "\n"; @@ -305,8 +306,9 @@ class Schedule

- - ' + '; + + echo ' ' . '
\n" . $footcloser; // Closes off the content div } else { - echo '

There are no possible schedules. Please try again.

'; + echo '

There are no possible schedules. Please try again.

'; } - /* edit button */ - if ($id = $this->id_get()) - echo '

'; - echo "

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

"; $outputPage->foot(); diff --git a/styles/jqueryui.css b/styles/jqueryui.css --- a/styles/jqueryui.css +++ b/styles/jqueryui.css @@ -308,7 +308,7 @@ .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } /* Overlays */ -.ui-widget-overlay { background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } +.ui-widget-overlay { background: #000000 /* url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; */; opacity: .70;filter:Alpha(Opacity=70); } .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* * jQuery UI Resizable @VERSION * diff --git a/styles/output.css b/styles/output.css --- a/styles/output.css +++ b/styles/output.css @@ -200,3 +200,4 @@ table { .none { border-bottom: 1px dotted #ccc; } +