]> git.mjollnir.org Git - moodle.git/commitdiff
Removing the inline style, migrating to styles_layout.css
authordefacer <defacer>
Tue, 8 Feb 2005 00:22:37 +0000 (00:22 +0000)
committerdefacer <defacer>
Tue, 8 Feb 2005 00:22:37 +0000 (00:22 +0000)
lib/blocklib.php

index 467aba0b0902d0bc3b8032ab868db75951480259..bad6c02fb42a22f3bc9dad1ad1e71b43437d5800 100644 (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.'&amp;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'));
     }
 }