MDL-86845 admin: Striped hovering plugins + course format table w/ BS 5.
This commit is contained in:
+3
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user