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:
@@ -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>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user