From 8e742c596270d1345145a125489af9026e3c818c Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Sun, 24 Jun 2012 18:18:29 +0100 Subject: [PATCH] Added a throbber to the initial navigation content --- libraries/NavigationHeader.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/NavigationHeader.class.php b/libraries/NavigationHeader.class.php index 9ede9260b1..58b6334edc 100644 --- a/libraries/NavigationHeader.class.php +++ b/libraries/NavigationHeader.class.php @@ -22,6 +22,9 @@ class PMA_NavigationHeader $buffer .= $this->serverChoice(); $buffer .= $this->recent(); $buffer .= '
'; + $buffer .= '
'; + $buffer .= PMA_getImage('ajax_clock_small.gif', __('Loading')); + $buffer .= '
'; $buffer .= '
'; $buffer .= ''; return $buffer;