$table->column_style('settings', 'text-align', 'center');
$table->define_headers(array($txt->name, $txt->hideshow, $txt->updown, $txt->settings));
$table->define_baseurl("$CFG->wwwroot/$CFG->admin/filters.php");
- $table->set_attribute('id', 'blocks');
+ $table->set_attribute('id', 'filters');
$table->set_attribute('class', 'flexible generaltable generalbox');
$table->set_attribute('style', 'margin:auto;');
$table->set_attribute('cellpadding', '5');
$table->column_style('delete', 'text-align', 'center');
$table->column_style('settings', 'text-align', 'center');
$table->define_headers(array($stractivitymodule, $stractivities, $strversion, "$strhide/$strshow", $strdelete, $strsettings));
- $table->define_baseurl($CFG->wwwroot.'/'.$CFG->admin.'/blocks.php');
+ $table->define_baseurl($CFG->wwwroot.'/'.$CFG->admin.'/modules.php');
+ $table->set_attribute('id', 'modules');
$table->set_attribute('class', 'flexible generaltable generalbox');
$table->set_attribute('style', 'margin:auto;');
$table->set_attribute('cellpadding', '5');