|
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
The patch for MDL-15501 was erroneous.
You wrote (in blocklib.php, blocks_print_adminblock(), lines 952+)
+ $strblocks = '<div class="title"><h2>';
+ $strblocks .= get_string('blocks');
+ $strblocks .= '</h2>';
whereas it should be
+ $strblocks = '<div class="title"><h2>';
+ $strblocks .= get_string('blocks');
+ $strblocks .= '</h2></div>';
|
|
Description
|
The patch for MDL-15501 was erroneous.
You wrote (in blocklib.php, blocks_print_adminblock(), lines 952+)
+ $strblocks = '<div class="title"><h2>';
+ $strblocks .= get_string('blocks');
+ $strblocks .= '</h2>';
whereas it should be
+ $strblocks = '<div class="title"><h2>';
+ $strblocks .= get_string('blocks');
+ $strblocks .= '</h2></div>';
|
Show » |
made changes - 11/Feb/09 02:37 PM
| Field |
Original Value |
New Value |
|
Fix Version/s
|
|
1.9.3
[ 10290
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Assignee
|
Nobody
[ nobody
]
|
Tim Hunt
[ timhunt
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
made changes - 17/Feb/09 10:51 AM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|
QA Assignee
|
|
jerome
|
|
Annoyingly, it breaks the editing mode for courses with "Weeky format - CSS/no tables"; then the whole middle column is empty, and the course content is added to the right content - below the visible screen if you don't scroll, so one can imagine it's lost.