Bug #18076 ยป palette-tca-special-config-reintroduced.patch
t3lib/class.t3lib_tceforms.php (working copy) | ||
---|---|---|
);
|
||
}
|
||
$collapsed = $this->isPalettesCollapsed($table,$palette);
|
||
|
||
if ($this->isPalettesCollapsed($table,$palette) && $collapsedHeader) {
|
||
$theCode = $this->wrapOpenPalette('<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/options.gif','width="18" height="16"').' border="0" title="'.htmlspecialchars($this->getLL('l_moreOptions')).'" align="top" alt="" /><strong>'.$collapsedHeader.'</strong>',$table,$row,$palette,0);
|
||
$out = $this->intoTemplate(array('PALETTE' => $theCode[0]), $this->palFieldTemplate);
|
||
}
|
||
|
||
$out .= $this->intoTemplate(
|
||
array('PALETTE' => $this->wrapPaletteField($this->printPalette($parts), $table, $row ,$palette, $collapsed)),
|
||
$this->palFieldTemplate
|