mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
merged fix for MDL-9777, correcting usage of layout-table
This commit is contained in:
parent
010a47bf7d
commit
bf2956a9ba
@ -258,13 +258,12 @@ if ($filtertype=='user') {
|
||||
}
|
||||
$currenttab = 'blogs';
|
||||
|
||||
require_once($CFG->dirroot .'/user/tabs.php');
|
||||
|
||||
|
||||
/// Layout the whole page as three big columns.
|
||||
print '<table border="0" cellpadding="3" cellspacing="0" width="100%" id="layout-table">' . "\n";
|
||||
print '<tr valign="top">' . "\n";
|
||||
|
||||
require_once($CFG->dirroot .'/user/tabs.php');
|
||||
|
||||
/// The left column ...
|
||||
if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) {
|
||||
print '<td style="vertical-align: top; width: '. $preferred_width_left .'px;" id="left-column">' . "\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user