From 569fba85d7cdd130748f0b976ce6ab57745c0655 Mon Sep 17 00:00:00 2001 From: Gareth J Barnard Date: Tue, 27 Jan 2015 18:17:10 +0000 Subject: [PATCH] V2.7.3.1 --- Readme.md | 3 +++ styles.css | 2 +- version.php | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 61db84c0..ed2984e9 100644 --- a/Readme.md +++ b/Readme.md @@ -243,6 +243,9 @@ can be really useful in visualising the issue along with any files you consider Version Information =================== +27th January 2015 Version 2.7.3.1 + 1. Refix issue #4 - No block drag and drop icon when blockeditingmenu is false - activity editing menu no longer shows. + 23rd January 2015 Version 2.7.3 1. New 'Do not show date' feature gratefully funded by 'GAC Corporate Academy, GAC HQ, Dubai, UAE (http://www.gacacademy.com)'. 2. Fix issue #14 - No block drag and drop icon when blockeditingmenu is false. diff --git a/styles.css b/styles.css index e1b73e53..ce9a1b0a 100644 --- a/styles.css +++ b/styles.css @@ -663,7 +663,7 @@ body.format-topcoll.editing #region-main .moodle-actionmenu ul.menubar { display: none; } -body.format-topcoll.editing.jsenabled .moodle-actionmenu[data-enhance] ul.menubar { +body.format-topcoll.editing.jsenabled #region-main .moodle-actionmenu[data-enhance] ul.menubar { display: inline-block; } diff --git a/version.php b/version.php index f798b31a..afcfa8de 100644 --- a/version.php +++ b/version.php @@ -34,8 +34,8 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2014092002; +$plugin->version = 2014092003; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2014051200.00; // 2.7 (Build: 20140512). $plugin->component = 'format_topcoll'; -$plugin->release = '2.7.3'; +$plugin->release = '2.7.3.1';