Import progress bar fix from GIT

This commit is contained in:
Tomas Srnka
2010-03-02 09:28:56 +00:00
parent 4cfa667b97
commit 9e8618c4f9
5 changed files with 19 additions and 49 deletions

View File

@@ -1334,7 +1334,7 @@ function PMA_displayQuery($query) {
function PMA_syncDisplayHeaderSource($src_db) {
echo '<div id="serverstatus" style = "overflow: auto; width: 1020px; height: 220px; border-left: 1px gray solid; border-bottom: 1px gray solid; padding:0px; margin-bottom: 1em "> ';
echo '<table id="serverstatustraffic" class="data" width="55%">';
echo '<table id="serverstatusconnections" class="data" width="55%">';
echo '<tr>';
echo '<th>' . $GLOBALS['strDatabase_src'] . ': ' . $src_db . '<br />(';
if ('cur' == $_SESSION['src_type']) {