summaryrefslogtreecommitdiff
path: root/archaeological_files_pdl
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-14 18:22:26 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-14 18:22:26 +0200
commit44d4e1a733511c027e6381aaf88fd6f445d3659d (patch)
tree49679dad3824d35b976ec987ef54f8552d591dd8 /archaeological_files_pdl
parente79f877d5110283524c8f4c144c53bc0c83459bb (diff)
parent7db4ca0a344c2e2890170f3fd08c961f7da9da44 (diff)
downloadIshtar-44d4e1a733511c027e6381aaf88fd6f445d3659d.tar.bz2
Ishtar-44d4e1a733511c027e6381aaf88fd6f445d3659d.zip
Merge branch 'master' into v0.9
Diffstat (limited to 'archaeological_files_pdl')
-rw-r--r--archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html b/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html
index fd85de473..f5268f582 100644
--- a/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html
+++ b/archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html
@@ -5,10 +5,10 @@
{% block "warning_informations" %}
{% for file in numeric_reference_files %}
{% if forloop.first %}
-<p class='alert'><label>{% trans "The following files have the same numeric index as this file:" %}</label></p>
+<p class='alert'><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> <label>{% trans "The following files have the same numeric index as this file:" %}</label></p>
<ul>
{% endif%}
- <li>{{file}} <a href='#' onclick='load_window("{% url 'show-file' file.pk '' %}", "{{model_name}}");' class='display_details'>{% trans "Details" %}</a></li>
+ <li>{{file}} <a href='#' onclick='load_window("{% url 'show-file' file.pk '' %}", "{{model_name}}");' class='display_details'><i class="fa fa-info-circle" aria-hidden="true"></i></a></li>
{% if forloop.last %}
</ul>
<hr/>
@@ -16,10 +16,10 @@
{% endfor %}
{% for file in similar_files %}
{% if forloop.first %}
-<p class='alert'><label>{% trans "The following files are in the same town and have parcels in common with this file:" %}</label></p>
+<p class='alert'><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> <label>{% trans "The following files are in the same town and have parcels in common with this file:" %}</label></p>
<ul>
{% endif%}
- <li>{{file}} <a href='#' onclick='load_window("{% url 'show-file' file.pk '' %}", "{{model_name}}");' class='display_details'>{% trans "Details" %}</a></li>
+ <li>{{file}} <a href='#' onclick='load_window("{% url 'show-file' file.pk '' %}", "{{model_name}}");' class='display_details'><i class="fa fa-info-circle" aria-hidden="true"></i></a></li>
{% if forloop.last %}
</ul>
<hr/>