mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Mostly working on the view.php UI plus some changes
This commit is contained in:
parent
b13142daee
commit
b761e6d9c6
18 changed files with 535 additions and 147 deletions
|
@ -68,6 +68,8 @@ if ($mform->is_cancelled()) {
|
|||
// Output starts here
|
||||
|
||||
echo $OUTPUT->header();
|
||||
$currenttab = 'editform';
|
||||
include(dirname(__FILE__) . '/tabs.php');
|
||||
echo $OUTPUT->heading(get_string('pluginname', 'workshopgrading_' . $workshop->strategy));
|
||||
|
||||
$mform->display();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue