[TYPO3-core] RFC: Bug #7768: TCEForms extraFormHeaders do not work with docheaders

Christoph Koehler christoph.koehler at gmail.com
Mon Mar 31 21:23:22 CEST 2008


In article
<mailman.1.1205848908.29763.typo3-team-core at lists.netfielders.de>
JeffSegars <jsegars at alumni.rice.edu> wrote:
>  This is a multi-part message in MIME format.
>  --------------050807020707020209040105
>  Content-Type: text/plain; charset=ISO-8859-1;
> format=flowedContent-Transfer-Encoding: 7bit

>  Hey guys,

>  This is a SVN patch request.

>  Problem:
>  With the switch to docheaders and a scrolling docbody, setting
> extraFormHeader within TCEForms does not work because the spacing
> between the docheader and docbody relies on absolute positioning.

>  Solution:
>  Move the extraFormHeader out of the docheader and into the scrolling
>  docbody.

>  Notes:
>  If you'd like to see the issue in action, there's a test extension
> on the bugtracker that will add an extraFormHeader to all records.

>  It seems strange to move something named header into the body, but
> it is certainly the simplest solution and the one Patrick and Steffen
> both favored.  I would propose we revisit this again for 4.3 to come
> up with a solution that gets it back in the header, but this simple
> change at least makes it usable for 4.2.

>  Bugtracker references:
>  http://bugs.typo3.org/view.php?id=7768

>  Branch: 4.2

>  Thanks!
>  Jeff

>  --------------050807020707020209040105
>  Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
>   name="7768.diff"
>  Content-Transfer-Encoding: 7bit
>  Content-Disposition: inline;
>   filename="7768.diff"

>  Index: typo3/templates/alt_doc.html

> ===================================================================---
>   typo3/templates/alt_doc.html(revision 3457)
>  +++ typo3/templates/alt_doc.html(working copy)
>  @@ -10,10 +10,10 @@
>   <div class="pagepath">###CSH######PAGEPATH###</div>
>   <div class="infooptions">###LANGSELECTOR######PAGEINFO###</div>
>   </div>
>  -###EXTRAHEADER###
>   </div>
>   <!-- Content of module, for instance listing, info or editing -->
> <div id="typo3-docbody">
>  +###EXTRAHEADER###
>   ###CONTENT###
>   </div>
>   </div>

>  --------------050807020707020209040105--

+1 after reading and testing.

Christoph

-- 
I'm using an evaluation license of nemo since 294 days.
You should really try it!
http://www.malcom-mac.com/nemo



More information about the TYPO3-team-core mailing list