aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/admin/report_edit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html
index 2efcbbcf6..f7bb5b202 100644
--- a/templates/web/zurich/admin/report_edit.html
+++ b/templates/web/zurich/admin/report_edit.html
@@ -135,7 +135,7 @@
});
</script>
-<dl>
+<dl [% IF status_message %]class="with-message"[% END %]>
<dt class="screen-only">
<label for="new_internal_note">[% loc('New internal note:') %]</label>
@@ -308,7 +308,7 @@ $(function(){
});
setTimeout(function(){
- $('.message-updated').slideUp(250, function(){
+ $('.message-updated').fadeOut(250, function(){
$(this).remove();
});
}, 5000);