Skip to content

Commit

Permalink
Deactivate intro modals
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed May 7, 2024
1 parent 03a8130 commit a535d46
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions digiplan/templates/components/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ <h1 class="modal-title fs-5 fw-bold ps-1" id="appModalLabel">EmPowerPlan-Tool</h
<div class="challenges__col">
<div class="challenges__box">
<div class="challenges__box-header">
<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#goalModal">
<!--<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#goalModal">-->
<button type="button" class="btn btn-link">
Ziele Brandenburg
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2348C3" viewBox="0 0 16 16">
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/>
Expand Down Expand Up @@ -243,7 +244,8 @@ <h1 class="modal-title fs-5 fw-bold ps-1" id="appModalLabel">EmPowerPlan-Tool</h
</div>
<div class="challenges__box">
<div class="challenges__box-header">
<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#esModal">
<!--<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#esModal">-->
<button type="button" class="btn btn-link">
Energiesystem
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2348C3" viewBox="0 0 16 16">
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/>
Expand All @@ -270,7 +272,8 @@ <h1 class="modal-title fs-5 fw-bold ps-1" id="appModalLabel">EmPowerPlan-Tool</h
<div class="challenges__col">
<div class="challenges__box">
<div class="challenges__box-header">
<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#areaModal">
<!--<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#areaModal">-->
<button type="button" class="btn btn-link">
Flächen und Regionalplanung
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2348C3" viewBox="0 0 16 16">
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/>
Expand All @@ -290,7 +293,8 @@ <h1 class="modal-title fs-5 fw-bold ps-1" id="appModalLabel">EmPowerPlan-Tool</h
</div>
<div class="challenges__box">
<div class="challenges__box-header">
<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#appModal">
<!--<button type="button" class="btn btn-link" data-bs-toggle="modal" data-bs-target="#appModal">-->
<button type="button" class="btn btn-link">
EmPowerPlan-Tool
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2348C3" viewBox="0 0 16 16">
<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z"/>
Expand Down

0 comments on commit a535d46

Please sign in to comment.