Skip to content
Snippets Groups Projects
Commit 565b7b79 authored by Anisa's avatar Anisa
Browse files

Issue #1850

parent c417e7a5
Branches
No related tags found
No related merge requests found
...@@ -865,6 +865,7 @@ body { ...@@ -865,6 +865,7 @@ body {
max-width: 100%; max-width: 100%;
width: 100%; width: 100%;
max-height: 100%; max-height: 100%;
overflow-x: auto;
} }
.path-mod-pdfannotator.fullscreenWrapper #nav-drawer { .path-mod-pdfannotator.fullscreenWrapper #nav-drawer {
...@@ -892,6 +893,20 @@ body { ...@@ -892,6 +893,20 @@ body {
visibility: hidden; 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-2.m-b-1,
.path-mod-pdfannotator.fullscreenWrapper .m-t-1.m-b-1 { .path-mod-pdfannotator.fullscreenWrapper .m-t-1.m-b-1 {
display: none; display: none;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'mod_pdfannotator'; $plugin->component = 'mod_pdfannotator';
$plugin->version = 2022120500; $plugin->version = 2023032000;
$plugin->release = 'PDF Annotator v1.5 release 3'; $plugin->release = 'PDF Annotator v1.5 release 3';
$plugin->requires = 2021051700; $plugin->requires = 2021051700;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
...@@ -81,7 +81,6 @@ $modinfo = get_fast_modinfo($course); ...@@ -81,7 +81,6 @@ $modinfo = get_fast_modinfo($course);
$cminfo = $modinfo->get_cm($cm->id); $cminfo = $modinfo->get_cm($cm->id);
$completiondetails = \core_completion\cm_completion_details::get_instance($cminfo, $USER->id); $completiondetails = \core_completion\cm_completion_details::get_instance($cminfo, $USER->id);
$activitydates = \core\activity_dates::get_dates_for_module($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'); 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