Bug #15546 ยป class.db_list_extra.inc.patch
class.db_list_extra.inc 2006-03-05 01:34:15.000000000 +0100 | ||
---|---|---|
// Background color, if any:
|
||
$row_bgColor=
|
||
$this->alternateBgColors ?
|
||
(($cc%2)?'' :' bgcolor="'.t3lib_div::modifyHTMLColor($GLOBALS['SOBE']->doc->bgColor4,+10,+10,+10).'"') :
|
||
(($cc%2)?'' :' class="db_list_alt"') :
|
||
'';
|
||
// Overriding with versions background color if any:
|