summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/default_wizard.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-16 12:43:47 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-16 12:43:47 +0100
commit9417a7f43faa2a3c972b023981f72ee9da142e9e (patch)
treed9536a4740f32e9d8068634204ca6ed418eb2b37 /ishtar_common/templates/ishtar/wizard/default_wizard.html
parent1bd9e2f62a05c5c284089b4d48e886de878ee769 (diff)
downloadIshtar-9417a7f43faa2a3c972b023981f72ee9da142e9e.tar.bz2
Ishtar-9417a7f43faa2a3c972b023981f72ee9da142e9e.zip
UI: more explicit layout for search
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html')
-rw-r--r--ishtar_common/templates/ishtar/wizard/default_wizard.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html
index 7ba87c44d..1a774ad49 100644
--- a/ishtar_common/templates/ishtar/wizard/default_wizard.html
+++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html
@@ -36,6 +36,9 @@
{% block "footer" %}
<div id="footer">
{% block "validation_bar" %}
+ {% if wizard.form.SEARCH %}
+ <p class="confirm-message">{% trans "Search and select an item in the table" %}</p>
+ {% endif %}
{% include 'ishtar/wizard/validation_bar.html' %}
{% endblock %}
{% include 'ishtar/blocks/footer.html' %}