Project

General

Profile

Actions

Bug #22148

closed

loginform has <table> stdWrap, but <div>s inside

Added by Christian Boltz about 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-02-21
Due date:
% Done:

0%

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

Description

Typo3 4.3.1

css_styled_content/static/setup.txt has those lines: (only relevant lines quoted)

tt_content.login.20 {
stdWrap.wrap = <table border="0" cellspacing="1" cellpadding="1" class="csc-loginform"> | </table>
}

The login form is based on tt_content.mailform, which uses divs as wrap. Thils means you'll end up with code like

<table ... class="csc-loginform">
<div class="csc-mailform-field"> [... form fields...] </div>
</table>

Needless to say that this is invalid HTML.

Proposed solution: change the loginform stdWrap to a <div>
tt_content.login.20 {
stdWrap.wrap = <div class="csc-loginform"> | </class>
}

(issue imported from #M13595)


Files

13595.diff (1.7 KB) 13595.diff Administrator Admin, 2010-03-26 15:42
Actions #1

Updated by Christian Boltz about 14 years ago

Argh, in the proposed solution it should of course be "</div>" and not "</class>" :-/

Actions #2

Updated by Christian Kuhn about 14 years ago

Committed to:
- trunk rev. 7189
- TYPO3_4-3 rev. 7190

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF