From 7d51b62ae6024b6ebf75b17c5315d6be35720270 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Thu, 14 Mar 2019 18:58:30 +0000 Subject: [PATCH] Fix: Tablet layout issue. --- CHANGES.txt | 1 + layout/columns3.php | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7c43e9d5..aaeea9d5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,7 @@ New in 3.6.0.5 ============== - FIX: Coursecat depreciation message when 'enablecategoryicon' is true. +- FIX: Tablet layout issue. New in 3.6.0.4 ============== diff --git a/layout/columns3.php b/layout/columns3.php index c4f85b32..f4455f53 100644 --- a/layout/columns3.php +++ b/layout/columns3.php @@ -40,8 +40,12 @@
-
'; if ($coursetitleposition == 'above') { echo $OUTPUT->course_title(false); } @@ -81,7 +85,11 @@
'; echo $OUTPUT->essential_blocks('side-pre', ''); echo $OUTPUT->essential_blocks('side-post', ''); ?>