Bug #21885 » 13098.diff
typo3/class.db_list_extra.inc (working copy) | ||
---|---|---|
'</a>';
|
||
}
|
||
$theData[$fCol] = $warning . $this->linkWrapItems($table, $row['uid'], $recTitle, $row);
|
||
|
||
// Render thumbsnails if a thumbnail column exists and there is content in it:
|
||
if ($this->thumbs && trim($row[$thumbsCol])) {
|
||
$theData[$fCol] .= '<br />' . $this->thumbCode($row,$table,$thumbsCol);
|
||
}
|
||
$localizationMarkerClass = '';
|
||
if (isset($GLOBALS['TCA'][$table]['ctrl']['languageField'])
|
||
... | ... | |
$this->addElement_tdCssClass['_LOCALIZATION_'] = 'col-localizationa';
|
||
$this->addElement_tdCssClass['_LOCALIZATION_b'] = 'col-localizationb';
|
||
// Create element in table cells:
|
||
$iOut.=$this->addelement(1,$theIcon,$theData,$row_bgColor);
|
||
// Render thumbsnails if a thumbnail column exists and there is content in it:
|
||
if ($this->thumbs && trim($row[$thumbsCol])) {
|
||
$iOut.=$this->addelement(4,'', Array($titleCol=>$this->thumbCode($row,$table,$thumbsCol)),$row_bgColor);
|
||
}
|
||
// Finally, return table row element:
|
||
return $iOut;
|
||
}
|
typo3/stylesheet.css (working copy) | ||
---|---|---|
width: 20px;
|
||
padding-right: 0px;
|
||
padding-left: 4px;
|
||
vertical-align: middle;
|
||
vertical-align: top;
|
||
}
|
||
table.typo3-dblist tr.c-headLineTable td.col-icon {
|
||
... | ... | |
table.typo3-dblist tr td.col-icon a {
|
||
width: 20px;
|
||
display: block;
|
||
margin-top: 3px;
|
||
}
|
||
table.typo3-dblist tr td.col-icon a img.collapseIcon {
|