mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2026-02-28 09:08:14 +01:00
Wrap widget by extra wizard div (Fix #1).
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.0",
|
"php": ">=5.5.0",
|
||||||
"contao/core-bundle": "~4.3",
|
"contao/core-bundle": "^4.4.2",
|
||||||
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
|
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
|
||||||
"netzmacht/contao-leaflet-libraries": "~1.0"
|
"netzmacht/contao-leaflet-libraries": "~1.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ $GLOBALS['TL_JAVASCRIPT'][] = 'bundles/leafletgeocodewidget/js/geocode.widget.js
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<div class="wizard">
|
||||||
<input type="text"
|
<input type="text"
|
||||||
name="<?= $this->name ?>"
|
name="<?= $this->name ?>"
|
||||||
id="ctrl_<?= $this->id ?>"
|
id="ctrl_<?= $this->id ?>"
|
||||||
@@ -18,6 +19,7 @@ $GLOBALS['TL_JAVASCRIPT'][] = 'bundles/leafletgeocodewidget/js/geocode.widget.js
|
|||||||
>
|
>
|
||||||
|
|
||||||
<img src="bundles/leafletgeocodewidget/img/map.png" id="ctrl_<?= $this->id ?>_toggle">
|
<img src="bundles/leafletgeocodewidget/img/map.png" id="ctrl_<?= $this->id ?>_toggle">
|
||||||
|
</div>
|
||||||
|
|
||||||
<?= $this->wizard ?>
|
<?= $this->wizard ?>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user