From c99c7c827c131804004e528ff88f03a0aa9e9fb7 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 29 Jun 2016 08:12:41 +0100 Subject: Fix: #993 - Use CSS for Google Map size --- app/Module/GoogleMapsModule.php | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) (limited to 'app/Module') diff --git a/app/Module/GoogleMapsModule.php b/app/Module/GoogleMapsModule.php index 5cc53693c7..89fe037879 100644 --- a/app/Module/GoogleMapsModule.php +++ b/app/Module/GoogleMapsModule.php @@ -169,7 +169,7 @@ class GoogleMapsModule extends AbstractModule implements ModuleConfigInterface, } if ($mapdata) { $html = '
'; - $html .= '
'; + $html .= '
'; $html .= '
'; $html .= $mapdata; $html .= '
'; @@ -244,8 +244,6 @@ class GoogleMapsModule extends AbstractModule implements ModuleConfigInterface, $this->setSetting('GM_USE_STREETVIEW', Filter::post('GM_USE_STREETVIEW')); $this->setSetting('GM_MIN_ZOOM', Filter::post('GM_MIN_ZOOM')); $this->setSetting('GM_MAX_ZOOM', Filter::post('GM_MAX_ZOOM')); - $this->setSetting('GM_XSIZE', Filter::post('GM_XSIZE')); - $this->setSetting('GM_YSIZE', Filter::post('GM_YSIZE')); $this->setSetting('GM_PLACE_HIERARCHY', Filter::post('GM_PLACE_HIERARCHY')); $this->setSetting('GM_PH_XSIZE', Filter::post('GM_PH_XSIZE')); $this->setSetting('GM_PH_YSIZE', Filter::post('GM_PH_YSIZE')); @@ -349,29 +347,6 @@ class GoogleMapsModule extends AbstractModule implements ModuleConfigInterface,
- -
- - - -
-
-
-
- - -
-
-
-
- - -
-
-
-
-
-
@@ -843,7 +818,7 @@ class GoogleMapsModule extends AbstractModule implements ModuleConfigInterface, // // echo '
'; - echo '
'; + echo '
'; echo '
'; echo '
'; echo '
'; -- cgit v1.3