Index: typo3/sysext/install/mod/class.tx_install.php =================================================================== --- typo3/sysext/install/mod/class.tx_install.php (revision 6023) +++ typo3/sysext/install/mod/class.tx_install.php (working copy) @@ -3532,7 +3532,7 @@ ',-1); } else { $this->message($tLabel,'Invalid table and field definitions in $TCA!',' - There are some tables and/or fields configured in the \$TCA array which does not exist in the database! + There are some tables and/or fields configured in the $TCA array which does not exist in the database! This will most likely cause you trouble with the TYPO3 backend interface! ',3); while(list($tableName, $conf)=each($cmpTCA_DB['extra'])) { @@ -4219,7 +4219,7 @@ $out.=''.$this->fw($fieldname).''.$fieldContent.''; } } - $out= ''.$out.'
'; + $out = '' . $out . '
'; return $out; } Index: typo3/sysext/install/mod/install.css =================================================================== --- typo3/sysext/install/mod/install.css (revision 6023) +++ typo3/sysext/install/mod/install.css (working copy) @@ -32,7 +32,7 @@ } a:hover { - color: #006; + color: #666; text-decoration: underline; } @@ -88,7 +88,8 @@ } .activeMenu { - background-color: #66a552; + background-color: #d7dbe2; + font-weight: bold; } .createBorder { @@ -107,7 +108,7 @@ } .siteInfo { - color: navy; + color: #666; } .updateWizardBoxes { @@ -119,7 +120,12 @@ .tcaTableHeader { background-color: #b3b7bd; + padding: 2px; } +.tcaTableBackground { + background-color: #e4e5f0; + padding: 2px; +} /* Styles for messages (matching flash messages) */ @@ -182,7 +188,7 @@ #imageMenu td.generalTableBackground a:hover, #menu td.generalTableBackground a:hover { display: block; - background-color: #fa8800; + background-color: #d7dbe2; text-decoration: none; } @@ -190,7 +196,6 @@ #imageMenu td.generalTableBackground a:hover span, #menu td.activeMenu a span, #menu td.generalTableBackground a:hover span { - color: #fff; text-decoration: none; }