improve background image for th background on error section
This commit is contained in:
@@ -758,9 +758,10 @@ if (PMA_MYSQL_INT_VERSION >= 40101) {
|
||||
|
||||
if ($num_tables > 0
|
||||
&& !$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == FALSE) {
|
||||
echo '<tr><td colspan="3"><div class="error"><div class="head">' . $strError . '</div>'
|
||||
. '<div class="text">' . sprintf($strRelationNotWorking, '<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php?' . $url_query . '">', '</a>')
|
||||
. '</div></div></td></tr>';
|
||||
echo '<tr><th colspan="3" class="tblHeadError"><div class="errorhead">' . $strError . '</div></th></tr>'
|
||||
. '<tr><td colspan="2" class="tblError">'
|
||||
. sprintf(wordwrap($strRelationNotWorking,65,'<br />'), '<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php?' . $url_query . '">', '</a>')
|
||||
. '</td></tr>';
|
||||
} // end if
|
||||
?>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user