MDL-86845 admin: Striped hovering plugins + course format table w/ BS 5.

This commit is contained in:
Luca Bösch
2025-11-12 00:22:01 +01:00
parent 7838e3f247
commit 80d90fd53d
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -7701,7 +7701,7 @@ class admin_setting_manageformats extends admin_setting {
$table = new html_table();
$table->head = array($txt->name, $txt->enable, $txt->updown, $txt->uninstall, $txt->settings);
$table->align = array('left', 'center', 'center', 'center', 'center');
$table->attributes['class'] = 'manageformattable generaltable admintable table table-hover';
$table->attributes['class'] = 'manageformattable generaltable admintable table table-striped table-hover';
$table->data = array();
$cnt = 0;
@@ -7850,7 +7850,7 @@ class admin_setting_managecustomfields extends admin_setting {
$table = new html_table();
$table->head = array($txt->name, $txt->enable, $txt->uninstall, $txt->settings);
$table->align = array('left', 'center', 'center', 'center');
$table->attributes['class'] = 'managecustomfieldtable generaltable admintable table table-hover';
$table->attributes['class'] = 'managecustomfieldtable generaltable admintable table table-striped table-hover';
$table->data = array();
$spacer = $OUTPUT->pix_icon('spacer', '', 'moodle', array('class' => 'iconsmall'));
@@ -7972,7 +7972,7 @@ class admin_setting_managedataformats extends admin_setting {
$table = new html_table();
$table->head = array($txt->name, $txt->enable, $txt->updown, $txt->uninstall, $txt->settings);
$table->align = array('left', 'center', 'center', 'center', 'center');
$table->attributes['class'] = 'manageformattable generaltable admintable table table-hover';
$table->attributes['class'] = 'manageformattable generaltable admintable table table-striped table-hover';
$table->data = array();
$cnt = 0;