Added a throbber to the initial navigation content

This commit is contained in:
Rouslan Placella 2012-06-24 18:18:29 +01:00
parent 1b69d0bf55
commit 8e742c5962

View File

@ -22,6 +22,9 @@ class PMA_NavigationHeader
$buffer .= $this->serverChoice();
$buffer .= $this->recent();
$buffer .= '<div id="pma_navigation_tree">';
$buffer .= '<div style="text-align:center; margin-top:1em;">';
$buffer .= PMA_getImage('ajax_clock_small.gif', __('Loading'));
$buffer .= '</div>';
$buffer .= '</div>';
$buffer .= '</div>';
return $buffer;