From 89c07c34691b71f5cf572134244fd7e272631013 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 8 Mar 2018 13:49:08 +0100 Subject: Manage autorefresh for import page (refs #3951) --- ishtar_common/templates/base.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index c11ae524e..bbf030409 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -40,6 +40,8 @@ var activate_own_search_msg = "{% trans 'Searches in the shortcut menu deal with only your items.' %}"; var YES = "{% trans 'yes' %}"; var NO = "{% trans 'no' %}"; + var autorefresh_message_start = "{% trans 'Autorefresh start. The form is disabled.' %}"; + var autorefresh_message_end = "{% trans 'Autorefresh end. The form is re-enabled.' %}"; {% endcompress %} {% compress css %} @@ -67,9 +69,6 @@

{{lbl}}{% trans ":"%} {{value}}

{% endfor %} {%endif%} - @@ -97,6 +96,7 @@
+
{% if MESSAGES %}{% for message, message_type in MESSAGES %} {% endfor %}{% endif %} +
{% if warnings %}{% for warning in warnings %}