Merge branch 'MDL-85029-main' of https://github.com/meirzamoodle/moodle
This commit is contained in:
@@ -373,7 +373,7 @@ class aiprovider_management_table extends flexible_table implements dynamic_tabl
|
||||
'role' => 'button',
|
||||
'aria-label' => get_string('moveitemup', 'core', $row->name),
|
||||
'title' => get_string('moveitemup', 'core', $row->name),
|
||||
'class' => 'btn btn-link btn-icon pt-2 pl-2',
|
||||
'class' => 'btn btn-link btn-icon',
|
||||
]),
|
||||
);
|
||||
} else {
|
||||
@@ -396,7 +396,7 @@ class aiprovider_management_table extends flexible_table implements dynamic_tabl
|
||||
'role' => 'button',
|
||||
'aria-label' => get_string('moveitemdown', 'core', $row->name),
|
||||
'title' => get_string('moveitemdown', 'core', $row->name),
|
||||
'class' => 'btn btn-link btn-icon pt-2 pl-2',
|
||||
'class' => 'btn btn-link btn-icon',
|
||||
]),
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user