Skip to content
Snippets Groups Projects
Commit 4335ac48 authored by Anisa Kusumadewi's avatar Anisa Kusumadewi
Browse files

Merge branch 'Fix-bugs-on-fullscreen-modus' into 'testing4'

Issue #1850

See merge request moodle_l2p/moodle-mod_pdfannotator!202
parents c417e7a5 565b7b79
No related branches found
No related tags found
No related merge requests found
......@@ -865,6 +865,7 @@ body {
max-width: 100%;
width: 100%;
max-height: 100%;
overflow-x: auto;
}
.path-mod-pdfannotator.fullscreenWrapper #nav-drawer {
......@@ -892,6 +893,20 @@ body {
visibility: hidden;
}
.path-mod-pdfannotator.fullscreenWrapper #footnote {
display: none;
visibility: hidden;
}
.path-mod-pdfannotator.fullscreenWrapper .drawer-toggler {
display: none;
visibility: hidden;
}
.path-mod-pdfannotator.fullscreenWrapper #region-main{
padding-bottom: 50px;
}
.path-mod-pdfannotator.fullscreenWrapper .m-t-2.m-b-1,
.path-mod-pdfannotator.fullscreenWrapper .m-t-1.m-b-1 {
display: none;
......
......@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'mod_pdfannotator';
$plugin->version = 2022120500;
$plugin->version = 2023032000;
$plugin->release = 'PDF Annotator v1.5 release 3';
$plugin->requires = 2021051700;
$plugin->maturity = MATURITY_STABLE;
......@@ -81,7 +81,6 @@ $modinfo = get_fast_modinfo($course);
$cminfo = $modinfo->get_cm($cm->id);
$completiondetails = \core_completion\cm_completion_details::get_instance($cminfo, $USER->id);
$activitydates = \core\activity_dates::get_dates_for_module($cminfo, $USER->id);
echo $OUTPUT->activity_information($cminfo, $completiondetails, $activitydates);
require_once($CFG->dirroot . '/mod/pdfannotator/controller.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment