mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Removing the inline style, migrating to styles_layout.css
This commit is contained in:
parent
8c3270ef5c
commit
d49a3fc5a8
1 changed files with 0 additions and 1 deletions
|
@ -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'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue