Update map info for title
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 13 Jun 2018 15:50:29 +0000 (11:50 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 13 Jun 2018 15:50:29 +0000 (11:50 -0400)
Need member_name from the mapItem

views/front/members/list.html

index ab5e907..69d61a3 100644 (file)
                             position: new google.maps.LatLng({$m.lat}, {$m.lon}),
                             draggable: false,
                             animation: google.maps.Animation.DROP,
-                            title: '{$m.name|escape:quotes}',
+                            title: '{$m.member_name|escape:quotes}',
                             descr: $('#map_info_' + {$m.id}).html(),
                             memberID: {$m.member}
                         });