Changed id attribute of adminblock to class, just like every other block.

This commit is contained in:
defacer
2005-02-18 03:37:07 +00:00
parent 62576f3c64
commit afd8402cfa
+1 -1
View File
@@ -579,7 +579,7 @@ function blocks_print_adminblock(&$page, &$pageblocks) {
$target = $page->url_get_full(array('sesskey' => $USER->sesskey, 'blockaction' => 'add'));
$content = popup_form($target.'&blockid=', $menu, 'add_block', '', $stradd .'...', '', '', true);
print_side_block($strblocks, $content, NULL, NULL, NULL, array('id' => 'block_adminblock'));
print_side_block($strblocks, $content, NULL, NULL, NULL, array('class' => 'block_adminblock'));
}
}