Issue Details (XML | Word | Printable)

Key: MDL-15790
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Tim Hunt
Reporter: Johannes Albert
Votes: 1
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-15501

"Add blocks" block now slightly broken :(

Created: 23/Jul/08 01:04 PM   Updated: 17/Feb/09 10:51 AM
Return to search
Component/s: Blocks
Affects Version/s: 1.9.2
Fix Version/s: 1.9.3

File Attachments: None
Image Attachments:

1. block_adminblock.gif
(7 kB)

Participants: Herbert Thielen, Jerome Mouneyrac, Johannes Albert and Tim Hunt
Security Level: None
QA Assignee: Jerome Mouneyrac
Resolved date: 11/Feb/09
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
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>';



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Tim Hunt 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 ]
Jerome Mouneyrac made changes - 17/Feb/09 10:51 AM
Status Resolved [ 5 ] Closed [ 6 ]
QA Assignee jerome