Project

General

Profile

Actions

Bug #42500

closed

Sysext form output not adjustable via ts in 4.7.5

Added by Bernhard Eckl over 11 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-10-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In T3 4.7.4 I used the following typoscript to adjust the output of the form sysext:

### Mailform ###
tt_content.mailform.10.20 =
tt_content.mailform.20.params.form = class="ym-form" 
#tt_content.mailform.20.stdWrap.dataWrap = <div class="ym-form">|</div>
tt_content.mailform.20.stdWrap.wrap = <fieldset class="ym-form"> | </fieldset>
tt_content.mailform.20.params.input = class="ym-fbox-text" 
#tt_content.mailform.20.params.password = class="mf-pass" 
tt_content.mailform.20.params.textarea = class="ym-fbox-text" 
#tt_content.mailform.20.params.check = class="mf-check" 
#tt_content.mailform.20.params.radio = class="mf-radio" 
tt_content.mailform.20.params.select = class="ym-fbox-select" 
tt_content.mailform.20.params.file = class="mf-file" 
tt_content.mailform.20.params.reset = class="ym-button" 
tt_content.mailform.20.params.submit = class="ym-button" 

#tt_content.mailform.20.layout = <div class="ym-fbox-text">###LABEL### ###FIELD###</div>
#tt_content.mailform.20.COMMENT.layout = <div class="csc-mailform-label1">###LABEL###</div>
tt_content.mailform.20.RADIO.layout = <div class="ym-fbox-check">###LABEL### <span class="csc-mailform-radio">###FIELD###</span></div>
#tt_content.mailform.20.LABEL.layout = <div class="csc-mailform-field2">###LABEL### <span class="csc-mailform-label">###FIELD###</span></div>
### Mailform End ###

But since 4.7.5, this does not work anymore. I also could not find any documentation about this.


Files

form-confirmation.png (28.7 KB) form-confirmation.png Bernhard Eckl, 2013-05-13 20:55

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #31951: Own checkbox layout breaks HTML mailClosed2011-11-20

Actions
Actions

Also available in: Atom PDF