diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-07 20:36:40 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-07 20:36:40 +0200 |
| commit | 852d1596072012c3d196e4a240c2b82fb5fef31e (patch) | |
| tree | a7362048d8a53b683fc19c1208374d363f4d85b2 /archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html | |
| parent | 3e3a3c7147310980874307a96db500af677a4377 (diff) | |
| parent | 89a89e9c1dcc072d2d435d57d4eb1761b94099c7 (diff) | |
| download | Ishtar-852d1596072012c3d196e4a240c2b82fb5fef31e.tar.bz2 Ishtar-852d1596072012c3d196e4a240c2b82fb5fef31e.zip | |
Merge branch 'master' into master-WIP-treatments
Diffstat (limited to 'archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html')
| -rw-r--r-- | archaeological_files_pdl/templates/ishtar/wizard/file_confirm_wizard.html | 8 |
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/> |
