Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b7ab34aa03
@ -73,8 +73,7 @@ unset($buffer);
|
||||
|
||||
if ($xml === false) {
|
||||
$sheets = array();
|
||||
/* TODO: this message should be improved later, used existing because of string freeze */
|
||||
$message = PMA_Message::error(__('Error in Processing Request'));
|
||||
$message = PMA_Message::error(__('The XML file specified was either malformed or incomplete. Please correct the issue and try again.'));
|
||||
$error = true;
|
||||
} else {
|
||||
$sheets = $xml->children('office', true)->{'body'}->{'spreadsheet'}->children('table', true);
|
||||
|
||||
@ -67,7 +67,7 @@ h2 a img{display:inline;}
|
||||
}
|
||||
|
||||
#table_results td.data {
|
||||
border-right: 1px solid #444444;
|
||||
border-right: 1px solid #BBBBBB;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user