MDL-72873 core_grades: Add tertiary navigation in grade export plugins
commitc326402e8654983429cd4674f507fadec588f879
authorMihail Geshoski <mihail@moodle.com>
Wed, 27 Oct 2021 03:47:00 +0000 (27 11:47 +0800)
committerMihail Geshoski <mihail@moodle.com>
Wed, 15 Dec 2021 16:10:13 +0000 (16 00:10 +0800)
tree117adba12dc9081f98e9590418ddf866785bb405
parentbd13229e7597dd0f8283ab51e2e60ebe1a583c1c
MDL-72873 core_grades: Add tertiary navigation in grade export plugins
17 files changed:
grade/classes/output/export_action_bar.php [new file with mode: 0644]
grade/classes/output/export_key_manager_action_bar.php [new file with mode: 0644]
grade/classes/output/export_publish_action_bar.php [new file with mode: 0644]
grade/export/index.php [new file with mode: 0644]
grade/export/key.php
grade/export/keymanager.php
grade/export/ods/export.php
grade/export/ods/index.php
grade/export/txt/export.php
grade/export/txt/index.php
grade/export/xls/export.php
grade/export/xls/index.php
grade/export/xml/export.php
grade/export/xml/index.php
grade/templates/export_action_bar.mustache [new file with mode: 0644]
grade/templates/export_key_manager_action_bar.mustache [new file with mode: 0644]
grade/templates/export_publish_action_bar.mustache [new file with mode: 0644]