Project

General

Profile

Actions

Bug #14958

closed

typo3/template.php uses id in default table layout

Added by Peter Niederlag about 19 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-09-08
Due date:
% Done:

0%

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

Description

class template {

var $table_TABLE = '<table border="0" cellspacing="0" cellpadding="0" id="typo3-tmpltable">';

}

Using the template->table($layout='') method will always return a table with this id. While it can of course be ovverriden by providing $layout I still think this should be changed into a class attribute.

Needs thorough checks if any dom-scripting needs the id attribute and css must be changed accordingly.

(issue imported from #M1435)

Actions

Also available in: Atom PDF