Bug #17826
closedalt_doc.php: extraFormHeaders does not work anymore
0%
Description
While development of 4.1 I requested a hook in t3lib_tceforms. This patch also allowed to add special elements in front of the TCEform by adding the contents of the t3lib_tceforms array "extraFormHeaders" to the header generated by alt_doc.php
Since alt_doc.php was modified so the top-header always get's shown (very nice feature) this causes problems with additional header lines/content.
See attached screenshots and diff to fix the problem:
current_state.jpg: Current state without additional Form-Headers
extra_headers_without_patch.jpg: When extra form headers get added by a hook-method and no patch is applied - you can easily see the problem.
extra_headers_after_patch.jpg: What it look like after the supplied patch has been applied.
(issue imported from #M6785)
Files