-
verfasst von Michael
fix: ein Div über der Map, damit beim scrollen nicht das Scrollevent auftritt. Beim mouseover kommt eine entsrpechende Meldung für Benutzer und der Div ist nach Mausklick weg. In mobile deaktiviert. refactor: code style
7f41a45b
SimpleGoogleMaps.html 562 B
{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}
<header class="control-header">
<h1>{$this->getAttribute('frontendTitle')}</h1>
</header>
{/if}
{if $this->getAttribute('content') != ""}
<div class="control-content">
{$this->getAttribute('content')}
</div>
{/if}
<div class="simpleGoogleMap">
<div class="simpleGoogleMap-wrapper">
<span>{locale group='quiqqer/bricks' var='brick.control.simplegooglemaps.clickToActivate'}</span>
</div>
<iframe class="simpleGoogleMap-iframe" src="{$url}"></iframe>
</div>