Merge branch 'MDL-83747-405' of https://github.com/junpataleta/moodle into MOODLE_405_STABLE

This commit is contained in:
Huong Nguyen 2024-11-21 11:08:40 +07:00
commit 2b50abb97b
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
2 changed files with 4 additions and 1 deletions

View File

@ -479,6 +479,8 @@ class template {
'name' => 'delcheck[]',
'classes' => 'recordcheckbox',
'value' => $entry->id,
'label' => get_string('selectfordeletion', 'data'),
'labelclasses' => 'sr-only',
]);
return $OUTPUT->render($checkbox);
}

View File

@ -424,8 +424,9 @@ $string['search:activity'] = 'Database - activity information';
$string['search:entry'] = 'Database - entries';
$string['searchresults'] = 'Entries containing "{$a}"';
$string['selectedrequired'] = 'All selected required';
$string['selectfields'] = 'Select fields';
$string['selectexportoptions'] = 'Select export options';
$string['selectfields'] = 'Select fields';
$string['selectfordeletion'] = 'Select entry for deletion';
$string['showall'] = 'Show all entries';
$string['showmore'] = 'Show more';
$string['single'] = 'View single';