Bug #20237
closedAlignment Error in TCEforms with Palette title --palette--;myTitle
0%
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