From: Laury GvR Date: Wed, 19 Dec 2018 21:13:25 +0000 (-0500) Subject: Ending div tag fixed for interactive map viewfile X-Git-Tag: v2.11.0^2~36 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8a6de7d8384a49cd63fb6358122d36546a538d31;p=WP-Plugins%2Fglm-member-db.git Ending div tag fixed for interactive map viewfile --- diff --git a/views/front/members/interactivemap.html b/views/front/members/interactivemap.html index 632213a9..cc687ab5 100644 --- a/views/front/members/interactivemap.html +++ b/views/front/members/interactivemap.html @@ -398,78 +398,79 @@ div#memberLocations {
- - - - - - - - - - + + + + + + + + + + -
- {* Member Map *} -
-
-
-
    - {foreach $categories as $category_id => $catData} -
  • -
    {$catData.name}
    -
    - {foreach $catData.subCats as $subCatData} - - {/foreach} -
    Close
    -
    -
  • - {/foreach} -
-
-
- Zoom to Cities and Counties -
- -
-
-
- Counties: -
    - {foreach $counties as $county} -
  • - {$county.name} -
  • - {/foreach} -
-
-
- Cities: -
    - {foreach $cities as $city} -
  • - {$city.name} -
  • - {/foreach} -
+
+ {* Member Map *} +
+
+
+
    + {foreach $categories as $category_id => $catData} +
  • +
    {$catData.name}
    +
    + {foreach $catData.subCats as $subCatData} + + {/foreach} +
    Close
    +
    +
  • + {/foreach} +
+
+
+ Zoom to Cities and Counties +
+
    +
  • Green = Places to Stay
  • +
  • Red = Attractions
  • +
  • Blue = Recreation
  • +
  • Brown = Transportation
  • +
  • Yellow = Dining
  • +
  • Orange = Shopping
  • +
  • Purple = Services
  • +
  • Grey = Multiple Categories
  • +
+
+
+
+ Counties: +
    + {foreach $counties as $county} +
  • + {$county.name} +
  • + {/foreach} +
+
+
+ Cities: +
    + {foreach $cities as $city} +
  • + {$city.name} +
  • + {/foreach} +
+
-
-
+
+