diff options
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/css/gallery.css | 4 | ||||
-rw-r--r-- | modules/gallery/images/loading-small.gif | bin | 0 -> 673 bytes | |||
-rw-r--r-- | modules/gallery/views/upgrader.html.php | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index 73b8ab4e..323c2e83 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -164,6 +164,10 @@ text-align: left; } +.ui-autocomplete-loading { + background: #e8e8e8 url('../images/loading-small.gif') no-repeat center center; +} + /** ******************************************************************* * 2) Admin **********************************************************************/ diff --git a/modules/gallery/images/loading-small.gif b/modules/gallery/images/loading-small.gif Binary files differnew file mode 100644 index 00000000..d0bce154 --- /dev/null +++ b/modules/gallery/images/loading-small.gif diff --git a/modules/gallery/views/upgrader.html.php b/modules/gallery/views/upgrader.html.php index 4c611f7e..2e485c08 100644 --- a/modules/gallery/views/upgrader.html.php +++ b/modules/gallery/views/upgrader.html.php @@ -17,7 +17,7 @@ <a id="dialog_close_link" style="display: none" onclick="$('#dialog').fadeOut(); return false;" href="#" class="close">[x]</a> <div id="busy" style="display: none"> <h1> - <img width="16" height="16" src="<?= url::file("themes/wind/images/loading-small.gif") ?>"/> + <img width="16" height="16" src="<?= url::file("modules/gallery/images/loading-small.gif") ?>"/> <?= t("Upgrade in progress!") ?> </h1> <p> |