[Typo3-german] mailformular valide

Alexander Weber typolist at exotec.de
Wed Oct 19 11:05:02 CEST 2005


Georg Ringer schrieb:

>Hi,
>
>wie bekomm ich das Standardmailformular valide (xhtml trans/strict), ohne 
>die qcom_htmlcleaner oder mailformplus einzusetzen?
>
>danke
>Georg 
>
>
>_______________________________________________
>Typo3-german mailing list
>Typo3-german at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>
>  
>
hallo georg,

das wrap=virtual meinst d sciherlich, das wird in der 
/tslib/class.tslib_content.php gesetzt, wirf es dort einfach raus:


                    // Create form field based on configuration/type:
                switch($confData['type'])    {
...
                        } else {
                            $wrap=$wrap ? ' wrap="'.trim($fParts[3]).'"' 
: ' wrap="virtual"';
                        }
...

gruß alex



More information about the TYPO3-german mailing list