diff options
Diffstat (limited to 'module/web/templates/default/queue.html')
-rw-r--r-- | module/web/templates/default/queue.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html index e69edd2ad..cd16cf1c4 100644 --- a/module/web/templates/default/queue.html +++ b/module/web/templates/default/queue.html @@ -39,7 +39,9 @@ document.addEvent("domready", function(){ {% block content %}
-<div id="load-indicator" style="opacity: 0; float: right">
+<div id="load-success" style="opacity: 0; float: right; color: white; background-color: #90ee90; padding: 4px; -moz-border-radius: 5px; border-radius: 5px; font-weight: bold; margin-left: -100%; margin-top: -10px;">{% trans "success" %}</div>
+<div id="load-failure" style="opacity: 0; float: right; color: white; background-color: #f08080; padding: 4px; -moz-border-radius: 5px; border-radius: 5px; font-weight: bold; margin-left: -100%; margin-top: -10px;">{% trans "failure" %}</div>
+<div id="load-indicator" style="opacity: 0; float: right; margin-top: -10px;">
<img src="{{ MEDIA_URL }}img/ajax-loader.gif" alt="" style="padding-right: 5px"/>
{% trans "loading" %}
</div>
|