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 | c3db809cebde54a3b96960334471d392d16710cf (patch) | |
| tree | a7362048d8a53b683fc19c1208374d363f4d85b2 /archaeological_files_pdl | |
| parent | 131a0ff3b009a879ebc0119396b8ee5e8e38a807 (diff) | |
| parent | f0481117c66e4151eeee5fa53fbe43e0d59fd50c (diff) | |
| download | Ishtar-c3db809cebde54a3b96960334471d392d16710cf.tar.bz2 Ishtar-c3db809cebde54a3b96960334471d392d16710cf.zip | |
Merge branch 'master' into master-WIP-treatments
Diffstat (limited to 'archaeological_files_pdl')
| -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/> |
