Project

General

Profile

Bug #21108 » rfc12019.diff

Administrator Admin, 2009-09-20 22:24

View differences:

typo3/sysext/install/mod/class.tx_install.php (working copy)
',-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'])) {
......
$out.='<tr><td class="tcaTableBackground">'.$this->fw($fieldname).'</td><td class="tcaTableBackground">'.$fieldContent.'</td></tr>';
}
}
$out= '<table border="0" cellpadding="0" cellspacing="0">'.$out.'</table>';
$out = '<table border="0" cellpadding="0" cellspacing="1">' . $out . '</table>';
return $out;
}
typo3/sysext/install/mod/install.css (working copy)
}
a:hover {
color: #006;
color: #666;
text-decoration: underline;
}
......
}
.activeMenu {
background-color: #66a552;
background-color: #d7dbe2;
font-weight: bold;
}
.createBorder {
......
}
.siteInfo {
color: navy;
color: #666;
}
.updateWizardBoxes {
......
.tcaTableHeader {
background-color: #b3b7bd;
padding: 2px;
}
.tcaTableBackground {
background-color: #e4e5f0;
padding: 2px;
}
/* Styles for messages (matching flash messages) */
......
#imageMenu td.generalTableBackground a:hover,
#menu td.generalTableBackground a:hover {
display: block;
background-color: #fa8800;
background-color: #d7dbe2;
text-decoration: none;
}
......
#imageMenu td.generalTableBackground a:hover span,
#menu td.activeMenu a span,
#menu td.generalTableBackground a:hover span {
color: #fff;
text-decoration: none;
}
(1-1/4)