Workshop: uses navigation block + settings block instead of own tabs

This commit is contained in:
David Mudrak
2010-05-04 22:56:22 +00:00
parent a345de6e59
commit 08af32afbd
8 changed files with 22 additions and 89 deletions
-2
View File
@@ -73,8 +73,6 @@ if ($mform->is_cancelled()) {
// Output starts here
echo $OUTPUT->header();
$currenttab = 'editform';
include(dirname(__FILE__) . '/tabs.php');
echo $OUTPUT->heading(get_string('pluginname', 'workshopform_' . $workshop->strategy));
$mform->display();