From 42906f4657f6e7955bac316374b7699618bdd637 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 24 Jan 2012 12:55:23 +0100 Subject: [PATCH] MDL-29614 whitespace fixes --- theme/formal_white/layout/report.php | 386 +++++++++++----------- theme/formal_white/style/formal_white.css | 4 +- 2 files changed, 195 insertions(+), 195 deletions(-) diff --git a/theme/formal_white/layout/report.php b/theme/formal_white/layout/report.php index 1f508b7471e..9baa35330bf 100755 --- a/theme/formal_white/layout/report.php +++ b/theme/formal_white/layout/report.php @@ -1,193 +1,193 @@ -heading); -$hasnavbar = (empty($PAGE->layout_options['nonavbar']) && $PAGE->has_navbar()); -$hasfooter = (empty($PAGE->layout_options['nofooter'])); -$hassidepre = (empty($PAGE->layout_options['noblocks']) && $PAGE->blocks->region_has_content('side-pre', $OUTPUT)); -$haslogininfo = (empty($PAGE->layout_options['nologininfo'])); - -$showsidepre = ($hassidepre && !$PAGE->blocks->region_completely_docked('side-pre', $OUTPUT)); - -$custommenu = $OUTPUT->custom_menu(); -$hascustommenu = (empty($PAGE->layout_options['nocustommenu']) && !empty($custommenu)); - -$bodyclasses = array(); -if (!$showsidepre) { - $bodyclasses[] = 'content-only'; -} -if ($hascustommenu) { - $bodyclasses[] = 'has_custom_menu'; -} - -/************************************************************************************************/ -if (!empty($PAGE->theme->settings->logo)) { - $logourl = $PAGE->theme->settings->logo; -} else { - $logourl = $OUTPUT->pix_url('logo_small', 'theme'); -} - -$hasframe = !isset($PAGE->theme->settings->noframe) || !$PAGE->theme->settings->noframe; - -$displaylogo = !isset($PAGE->theme->settings->displaylogo) || $PAGE->theme->settings->displaylogo; -/************************************************************************************************/ - -echo $OUTPUT->doctype() ?> -htmlattributes() ?>> - - <?php echo $PAGE->title ?> - - standard_head_html() ?> - - - standard_top_of_body_html(); ?> -
- - -
-
-
-
 
-
-
-
-
- - - - - - - - - - -
- - - - - - - - - - -
-
-
- -
-
- -
-
-
- blocks_for_region('side-pre') ?> -
-
-
- -
- - -
- - -
-
-
-
-
 
-
-
-
- - - - - - -
- - - echo $OUTPUT->standard_end_of_body_html(); ?> - - \ No newline at end of file +heading); +$hasnavbar = (empty($PAGE->layout_options['nonavbar']) && $PAGE->has_navbar()); +$hasfooter = (empty($PAGE->layout_options['nofooter'])); +$hassidepre = (empty($PAGE->layout_options['noblocks']) && $PAGE->blocks->region_has_content('side-pre', $OUTPUT)); +$haslogininfo = (empty($PAGE->layout_options['nologininfo'])); + +$showsidepre = ($hassidepre && !$PAGE->blocks->region_completely_docked('side-pre', $OUTPUT)); + +$custommenu = $OUTPUT->custom_menu(); +$hascustommenu = (empty($PAGE->layout_options['nocustommenu']) && !empty($custommenu)); + +$bodyclasses = array(); +if (!$showsidepre) { + $bodyclasses[] = 'content-only'; +} +if ($hascustommenu) { + $bodyclasses[] = 'has_custom_menu'; +} + +/************************************************************************************************/ +if (!empty($PAGE->theme->settings->logo)) { + $logourl = $PAGE->theme->settings->logo; +} else { + $logourl = $OUTPUT->pix_url('logo_small', 'theme'); +} + +$hasframe = !isset($PAGE->theme->settings->noframe) || !$PAGE->theme->settings->noframe; + +$displaylogo = !isset($PAGE->theme->settings->displaylogo) || $PAGE->theme->settings->displaylogo; +/************************************************************************************************/ + +echo $OUTPUT->doctype() ?> +htmlattributes() ?>> + + <?php echo $PAGE->title ?> + + standard_head_html() ?> + + + standard_top_of_body_html(); ?> +
+ + +
+
+
+
 
+
+
+
+
+ + + + + + + + + + +
+ + + + + + + + + + +
+
+
+ +
+
+ +
+
+
+ blocks_for_region('side-pre') ?> +
+
+
+ +
+ + +
+ + +
+
+
+
+
 
+
+
+
+ + + + + + +
+ + + echo $OUTPUT->standard_end_of_body_html(); ?> + + diff --git a/theme/formal_white/style/formal_white.css b/theme/formal_white/style/formal_white.css index d3564d839d7..f57b3f644c3 100644 --- a/theme/formal_white/style/formal_white.css +++ b/theme/formal_white/style/formal_white.css @@ -227,8 +227,8 @@ pre, code, tt { table#defineroletable th {border-top:none;} form.loginform .rememberusername { - padding-left:0.3em; - width: auto; + padding-left:0.3em; + width: auto; } /** Custom CSS **/ -- 2.43.0