Hallo,
bin Typo3-Newbie und habe ein Problem, evt. kennt sich hier ja jemand gut genug mit Typo3 aus

Ich habe auf einer Homepage ein Login-Formular das ich so einbette:
Code:
LOGIN < tt_content.login.20
Das funktioniert auch soweit, allerdings möchte ich es ohne Table ausgeben weswegen ich tt_content.login.20 verändere:
Code:
tt_content.login.20.hiddenFields.pid.value = 21
tt_content.login.20.redirect = 28
tt_content.login.20.stdWrap.wrap = Mein Login
tt_content.login.20.layout = ###LABEL### ###FIELD###
tt_content.login.20.labelWrap.wrap =
tt_content.login.20.dataArray.10.label.data >
tt_content.login.20.dataArray.20.label.data >
tt_content.login.20.dataArray.10.label = Mitglied
tt_content.login.20.dataArray.20.label = Passwort
tt_content.login.20.commentWrap.wrap =
tt_content.login.20.REQ.labelWrap.wrap =
tt_content.login.20.COMMENT >
tt_content.login.20.COMMENT.layout = <span></span>
tt_content.login.20.badMess = Pflichtfelder ausfüllen:
Das übernimmt er mir allerdings nicht ins Frontend, ich bekomme dort trotzdem den Login-Table. Im Objekt Browser sieht man aber meine Änderungen (siehe Attachement) Cache habe ich jetzt schon ein paarmal gelöscht.
Irgendjemand eine Idee woran das liegt?
lg zAPPEL