diff options
| 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 |
| commit | 019f9ec97f8fae2e8d9961b9d06e57b957735d2e (patch) | |
| tree | 2c1b4b978b47eb54d5f0deaf8dc72e9b67feab59 /ishtar_common/templates | |
| parent | 1a7c25095e39a0b666922f5c602906492e58e390 (diff) | |
| download | Ishtar-019f9ec97f8fae2e8d9961b9d06e57b957735d2e.tar.bz2 Ishtar-019f9ec97f8fae2e8d9961b9d06e57b957735d2e.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.html | 4 |
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> + </a> --> <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}}" |
