mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-48971 groups: Add "Description" label to hovered group description.
This commit is contained in:
parent
c092f75791
commit
def68a4344
@ -242,7 +242,7 @@ foreach ($members as $gpgid=>$groupdata) {
|
||||
$line[] = $name;
|
||||
} else {
|
||||
$line[] = html_writer::tag('span', $name, array('class' => 'group_hoverdescription', 'data-groupid' => $gpid));
|
||||
$hoverevents[$gpid] = $jsdescription;
|
||||
$hoverevents[$gpid] = get_string('descriptiona', null, $jsdescription);
|
||||
}
|
||||
$fullnames = array();
|
||||
foreach ($users as $user) {
|
||||
|
@ -502,6 +502,7 @@ $string['deletingolddata'] = 'Deleting old data';
|
||||
$string['department'] = 'Department';
|
||||
$string['desc'] = 'Descending';
|
||||
$string['description'] = 'Description';
|
||||
$string['descriptiona'] = 'Description: {$a}';
|
||||
$string['deselectall'] = 'Deselect all';
|
||||
$string['detailedless'] = 'Less detailed';
|
||||
$string['detailedmore'] = 'More detailed';
|
||||
|
Loading…
x
Reference in New Issue
Block a user