summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-10-19 11:07:45 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:19 +0100
commit47700369c77b35a59fcf38d3246e57e24e84964f (patch)
treeec0ce3d3ab0f7f5c9cc989b131405c327237138e /ishtar_common/templates
parent0a8c91cb49e9e2338af6cad2b3c892f2ad8cc98e (diff)
downloadIshtar-47700369c77b35a59fcf38d3246e57e24e84964f.tar.bz2
Ishtar-47700369c77b35a59fcf38d3246e57e24e84964f.zip
Geodata - Sheet : zoom to extent
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/blocks/sheet_map.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_map.html b/ishtar_common/templates/ishtar/blocks/sheet_map.html
index 50ebbd85d..74182a2e1 100644
--- a/ishtar_common/templates/ishtar/blocks/sheet_map.html
+++ b/ishtar_common/templates/ishtar/blocks/sheet_map.html
@@ -9,13 +9,14 @@
<h4>{% trans "Geographic data" %}</h4>
<ul>{% for geodata in geodata_list %}
<li>
- <!-- <a role="link" href="#" aria-disabled="true" class="map-zoom-link"
+ <a role="link" href="#" aria-disabled="true" class="map-zoom-link"
id="map-zoom-{{geo_item.SLUG}}-{{geo_item.pk}}-{{geodata.pk}}"
data-map-id="map-{{window_id}}-{{geo_item.SLUG}}-{{geo_item.pk}}"
data-geo-id="{{geo_item.SLUG}}-{{geo_item.pk}}-{{geodata.pk}}"
>
<i class="fa fa-search" aria-hidden="true"></i>
- </a> -->&nbsp;
+ </a>
+ &nbsp;
<input type="checkbox" name="map-ol-{{geo_item.SLUG}}-{{geo_item.pk}}-{{geodata.pk}}"
class="map-ol-{{geo_item.SLUG}}-{{geo_item.pk}}"
id="map-ol-{{geo_item.SLUG}}-{{geo_item.pk}}-{{geodata.pk}}"