Hallo,

weiß jemand wie ich folgendes in RealUrl verwirklichen kann?

Ich möchte, dass auf der deutschen Seite es so ist

‚fixedPostVars‘ => array (
        'form' => array(
                array(
                        'GETvar' => 'tx_form_form[action]',
                        'valueMap' => array(
                                'bestaetigung' => 'confirmation',
                                'modifizieren' => 
'dispatchConfirmationButtonClick',
                        ),
                        'noMatch' => 'bypass'
                ),
        ),
        '17' => 'form',
),

aber auf der Englischen so:

‚fixedPostVars‘ => array (
        'form' => array(
                array(
                        'GETvar' => 'tx_form_form[action]',
                        'valueMap' => array(
                                ‚confirmation' => 'confirmation',
                                'modify' => 'dispatchConfirmationButtonClick',
                        ),
                        'noMatch' => 'bypass'
                ),
        ),
        '17' => 'form',
),


hat das schonmal jemand realisiert?

Viele Grüße

Jonathan 

--
Jonathan Starck || Psycho0verload.de
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an