Removing the inline style, migrating to styles_layout.css

This commit is contained in:
defacer 2005-02-08 00:22:37 +00:00
parent 8c3270ef5c
commit d49a3fc5a8

View file

@ -561,7 +561,6 @@ 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);
$content = '<div style="text-align: center;">'. $content .'</div>';
print_side_block($strblocks, $content, NULL, NULL, NULL, array('id' => 'block_adminblock'));
}
}