summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-10-14 12:46:27 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:19 +0100
commit17fee0f8b4be862bc3f7184fbf78bf54922cd087 (patch)
tree2c1b4b978b47eb54d5f0deaf8dc72e9b67feab59 /ishtar_common/templates
parent6b1855d600a41fdb139351f50c53ed5e60c4b85d (diff)
downloadIshtar-17fee0f8b4be862bc3f7184fbf78bf54922cd087.tar.bz2
Ishtar-17fee0f8b4be862bc3f7184fbf78bf54922cd087.zip
Geodata: work on zoom to extent (hide HTML for the moment..)
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/blocks/sheet_map.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_map.html b/ishtar_common/templates/ishtar/blocks/sheet_map.html
index 70832e1a1..50ebbd85d 100644
--- a/ishtar_common/templates/ishtar/blocks/sheet_map.html
+++ b/ishtar_common/templates/ishtar/blocks/sheet_map.html
@@ -9,13 +9,13 @@
<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;&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}}"