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
|
if ($num_tables > 0
|
||||||
&& !$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == FALSE) {
|
&& !$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == FALSE) {
|
||||||
echo '<tr><td colspan="3"><div class="error"><div class="head">' . $strError . '</div>'
|
echo '<tr><th colspan="3" class="tblHeadError"><div class="errorhead">' . $strError . '</div></th></tr>'
|
||||||
. '<div class="text">' . sprintf($strRelationNotWorking, '<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php?' . $url_query . '">', '</a>')
|
. '<tr><td colspan="2" class="tblError">'
|
||||||
. '</div></div></td></tr>';
|
. sprintf(wordwrap($strRelationNotWorking,65,'<br />'), '<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php?' . $url_query . '">', '</a>')
|
||||||
|
. '</td></tr>';
|
||||||
} // end if
|
} // end if
|
||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
|
Reference in New Issue
Block a user