Summary | Prefs/UI.php v 1.96 breakage |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | nathan (at) nwacg (dot) net |
Created | 05/28/2008 (6247 days ago) |
Due | |
Updated | 05/28/2008 (6247 days ago) |
Assigned | |
Resolved | 05/28/2008 (6247 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
to the top.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Prefs/UI.php v 1.96 breakage
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
call from the beginning to the end of the generateUI function. This
breaks the prefs forms, causing the main part of the forms to go
before the header, followed by the rest of the form.
Moving the generateHeader call back to the top of the function fixes
the issue.