quiz manual grading: MDL-5517 manual grading pop-up is too small. HTML editor does not fit. Merged from MOODLE_19_STABLE.

Also MDL-17585 Improve layout of manual grading forms to make them look more like formslib forms. The standard trick of stealing the HTML and class names that formslib works, so the standard style rules apply to your form.
This commit is contained in:
tjhunt
2008-12-10 09:11:30 +00:00
parent b166403f18
commit e8f99abc68
7 changed files with 81 additions and 38 deletions
+1 -1
View File
@@ -935,7 +935,7 @@ class default_questiontype {
$strcomment = get_string('commentorgrade', 'quiz');
$commentlink = link_to_popup_window($options->questioncommentlink .
'?attempt=' . $state->attempt . '&question=' . $actualquestionid,
'commentquestion', $strcomment, 450, 650, $strcomment, 'none', true);
'commentquestion', $strcomment, 480, 750, $strcomment, 'none', true);
$commentlink = '<div class="commentlink">'. $commentlink .'</div>';
}