Issue Details (XML | Word | Printable)

Key: MDL-9647
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Petr Skoda
Votes: 0
Watchers: 0
Operations

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

simplify dealing with headers/footers in admin sections

Created: 01/May/07 01:06 AM   Updated: 01/May/07 01:31 AM
Component/s: Administration
Affects Version/s: 1.7, 1.8
Fix Version/s: 1.9

Participants: Petr Skoda
Security Level: None
Resolved date: 01/May/07
Affected Branches: MOODLE_17_STABLE, MOODLE_18_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
The problem is in use of $adminroot - its value is the same as global $ADMIN, there is no need to pass it around in function parameters.
Also we could allow using of normal print_footer() because we can detect if we printed special admin header before.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda added a comment - 01/May/07 01:31 AM
fixed in cvs