mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
Merge branch 'MDL-78273' of https://github.com/Chocolate-lightning/moodle
This commit is contained in:
commit
f7f01fe2ab
5 changed files with 14 additions and 2 deletions
2
grade/classes/external/get_feedback.php
vendored
2
grade/classes/external/get_feedback.php
vendored
|
@ -92,7 +92,7 @@ class get_feedback extends external_api {
|
||||||
'feedbacktext' => $grade->feedback,
|
'feedbacktext' => $grade->feedback,
|
||||||
'title' => $gradeitem->get_name(true),
|
'title' => $gradeitem->get_name(true),
|
||||||
'fullname' => fullname($user),
|
'fullname' => fullname($user),
|
||||||
'picture' => $OUTPUT->user_picture($user, ['size' => 35, 'link' => false]),
|
'picture' => $OUTPUT->user_picture($user, ['size' => 50, 'link' => false]),
|
||||||
'additionalfield' => empty($extrafields) ? '' : $user->{$extrafields[0]},
|
'additionalfield' => empty($extrafields) ? '' : $user->{$extrafields[0]},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
{{/picture}}
|
{{/picture}}
|
||||||
</div>
|
</div>
|
||||||
<div class="d-block">
|
<div class="d-block">
|
||||||
<span class="p-0">
|
<span class="p-0 font-weight-bold">
|
||||||
{{fullname}}
|
{{fullname}}
|
||||||
</span>
|
</span>
|
||||||
{{#additionalfield}}
|
{{#additionalfield}}
|
||||||
|
|
|
@ -1177,6 +1177,10 @@ div#dock {
|
||||||
width: 35px;
|
width: 35px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
|
&.size-50 {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
&.size-64 {
|
&.size-64 {
|
||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
|
|
|
@ -33739,6 +33739,10 @@ div#dock {
|
||||||
width: 35px;
|
width: 35px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
|
.userinitials.size-50 {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
.userinitials.size-64 {
|
.userinitials.size-64 {
|
||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
|
|
|
@ -33739,6 +33739,10 @@ div#dock {
|
||||||
width: 35px;
|
width: 35px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
|
.userinitials.size-50 {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
.userinitials.size-64 {
|
.userinitials.size-64 {
|
||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue