mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-58030' of git://github.com/aolley/moodle
This commit is contained in:
commit
06fb1df811
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ class gradingform_guide_renderer extends plugin_renderer_base {
|
|||
$input = html_writer::tag('textarea', s($currentremark), $remarkparams);
|
||||
|
||||
// Show the frequently-used comments chooser only if there are defined entries.
|
||||
$commentchooser = '';
|
||||
if (!empty($comments)) {
|
||||
// Frequently used comments chooser.
|
||||
$chooserbuttonid = 'criteria-' . $criterion['id'] . '-commentchooser';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue