Project

General

Profile

Actions

Bug #20237

closed

Alignment Error in TCEforms with Palette title --palette--;myTitle

Added by Stefan Geith over 15 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-03-26
Due date:
% Done:

0%

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

Description

When I add a palette to the showview-item in TCA, that has a 'Alternative Fieldlabel', then it will not be rendered like the field-title of normal fields.

Example (see attached screenshot):
$TCA[] = array ( ... "types" => array (
   "0" => array("showitem" => 'title;;30;;1-1-1, --palette--;Released;31;;1-1-1, '
...

The item 'Released' ist not aligned with the item 'Title'.

I already found out, that in
function setNewBEDesign() of class.t3lib_tceforms.php, $
this->palFieldTemplateHeade differs from $this->fieldTemplate.

It seems to be the difference between
<td>###FIELD_HELP_ICON###</td>
and
<td></td>
But simply adopting this parts doesn't solve the problem - it looks better (is indented now) but still not correct.

(issue imported from #M10779)


Files

AlignmentError-PaletteText.gif (7.15 KB) AlignmentError-PaletteText.gif Administrator Admin, 2009-03-26 09:10
PaletteAlign-Error-Rev9216.gif (13.4 KB) PaletteAlign-Error-Rev9216.gif Administrator Admin, 2010-10-28 09:17
PaletteAlign-Error-Rev10092.gif (14.4 KB) PaletteAlign-Error-Rev10092.gif Administrator Admin, 2011-01-17 09:12
Actions

Also available in: Atom PDF