]> git.mjollnir.org Git - moodle.git/commitdiff
Setting the correct id for each table. MDL-8419
authorstronk7 <stronk7>
Wed, 21 Feb 2007 17:27:26 +0000 (17:27 +0000)
committerstronk7 <stronk7>
Wed, 21 Feb 2007 17:27:26 +0000 (17:27 +0000)
admin/filters.php
admin/modules.php

index afd1b135e39a627ab8566972bd5095707b8ae1af..1568517db3d63673d3c9b493f31e9fa7a6b1431c 100644 (file)
     $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');
index 7fe5a23c12a78b5b71761ba0abe4e36e0f641219..6795532167f90c438ab24ad3ac95b2ddc6d0c0f2 100644 (file)
     $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');