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
commit8ef32e342ced4f40bbd967b1debe540c42066f35 (patch)
treed9536a4740f32e9d8068634204ca6ed418eb2b37 /ishtar_common/templates/ishtar/wizard/default_wizard.html
parentd907c65320350b6bf39275edd05d823873437c41 (diff)
downloadIshtar-8ef32e342ced4f40bbd967b1debe540c42066f35.tar.bz2
Ishtar-8ef32e342ced4f40bbd967b1debe540c42066f35.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' %}