MDL-78575 mod_lti: add course tools page to course
authorJake Dallimore <jake@moodle.com>
Thu, 29 Jun 2023 09:34:21 +0000 (17:34 +0800)
committerJake Dallimore <jake@moodle.com>
Fri, 14 Jul 2023 03:00:29 +0000 (11:00 +0800)
commita8f496e48e0c4bcd7deeeacd1ec8b203d536958c
tree86c626719391ae0c663b112a1cb4f8ef7994ff58
parent348e347f798ef29d88955d6777e0c68118d865cc
MDL-78575 mod_lti: add course tools page to course

Uses a reportbuilder report to display course tools.
mod/lti/classes/output/course_tools_page.php [new file with mode: 0644]
mod/lti/classes/output/course_tools_page_header.php [new file with mode: 0644]
mod/lti/classes/output/renderer.php
mod/lti/classes/reportbuilder/local/entities/tool_types.php [new file with mode: 0644]
mod/lti/classes/reportbuilder/local/systemreports/course_external_tools_list.php [new file with mode: 0644]
mod/lti/coursetools.php [new file with mode: 0644]
mod/lti/lang/en/lti.php
mod/lti/lib.php
mod/lti/styles.css
mod/lti/templates/course_tools_page_header.mustache [new file with mode: 0644]