mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Merge branch 'MDL-83747-405' of https://github.com/junpataleta/moodle into MOODLE_405_STABLE
This commit is contained in:
commit
2b50abb97b
@ -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);
|
||||
}
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user