Skip to content

Commit

Permalink
Merge branch 'MDL-33769-master-1' of git://git.luns.net.uk/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Jun 15, 2012
2 parents b964750 + 8ff6c5e commit 951f982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions course/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ public function course_modchooser($modules, $course) {
$formcontent .= html_writer::end_tag('div'); // types

$formcontent .= html_writer::start_tag('div', array('class' => 'submitbuttons'));
$formcontent .= html_writer::tag('input', '',
array('type' => 'submit', 'name' => 'addcancel', 'id' => 'addcancel', 'value' => get_string('cancel')));
$formcontent .= html_writer::tag('input', '',
array('type' => 'submit', 'name' => 'submitbutton', 'id' => 'submitbutton', 'value' => get_string('add')));
$formcontent .= html_writer::tag('input', '',
array('type' => 'submit', 'name' => 'addcancel', 'id' => 'addcancel', 'value' => get_string('cancel')));
$formcontent .= html_writer::end_tag('div');
$formcontent .= html_writer::end_tag('form');

Expand Down

0 comments on commit 951f982

Please sign in to comment.