Added the loading gif from the themes to the ajax notification

This commit is contained in:
ninadsp
2010-08-06 20:29:09 +05:30
parent a69154b5c9
commit 2ca8e1eea2
2 changed files with 6 additions and 0 deletions

View File

@@ -1354,6 +1354,9 @@ table#serverconnection_trg_local {
display: block;
left: 0;
right: 0;
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>ajax_clock_small.gif);
background-repeat: no-repeat;
background-position: 2%;
}
#loading_parent {

View File

@@ -1287,6 +1287,9 @@ table#serverconnection_trg_local {
display: block;
left: 0;
right: 0;
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>ajax_clock_small.gif);
background-repeat: no-repeat;
background-position: 2%;
}
#loading_parent {