mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-37770-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
f4e34c5ffb
@ -150,3 +150,13 @@ td.submissioneditable {
|
|||||||
.hidefull {
|
.hidefull {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.quickgradingform form .commentscontainer input,
|
||||||
|
.quickgradingform form .commentscontainer textarea {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jsenabled .quickgradingform form .commentscontainer input,
|
||||||
|
.jsenabled .quickgradingform form .commentscontainer textarea {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
@ -71,7 +71,8 @@ class assign_submission_comments extends assign_submission_plugin {
|
|||||||
$comment = new comment($options);
|
$comment = new comment($options);
|
||||||
$comment->set_view_permission(true);
|
$comment->set_view_permission(true);
|
||||||
|
|
||||||
return $comment->output(true);
|
$o = $this->assignment->get_renderer()->container($comment->output(true), 'commentscontainer');
|
||||||
|
return $o;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user