]> git.mjollnir.org Git - moodle.git/commitdiff
merged from 1.8 - corrected right column - had id "left-column"
authorurs_hunkler <urs_hunkler>
Fri, 31 Aug 2007 19:05:26 +0000 (19:05 +0000)
committerurs_hunkler <urs_hunkler>
Fri, 31 Aug 2007 19:05:26 +0000 (19:05 +0000)
admin/stickyblocks.php

index d13b5e2c38661a7717eefdc6a5367254c0a77bf8..45e438e337db230a3ab576a725071ed52a783c2b 100644 (file)
@@ -82,7 +82,7 @@
     if (!empty($pt)) {
         if (!empty($THEME->customcorners)) print_custom_corners_end();
         echo '</td>';
-        echo '<td valign="top" style="width: '.$blocks_preferred_width.'px;" id="left-column">';
+        echo '<td valign="top" style="width: '.$blocks_preferred_width.'px;" id="right-column">';
         if (!empty($THEME->customcorners)) print_custom_corners_start();
         blocks_print_group($PAGE, $blocks, BLOCK_POS_RIGHT);
         if (!empty($THEME->customcorners)) print_custom_corners_end();