stick a map on the location tab

pull/3054/head
Isaac Connor 2020-09-24 20:31:22 -04:00
parent a3f4837186
commit f9d28ddabe
1 changed files with 4 additions and 1 deletions

View File

@ -1165,7 +1165,10 @@ echo htmlSelect('newMonitor[ReturnLocation]', $return_options, $monitor->ReturnL
<tr>
<td class="text-right pr-3"><?php echo translate('Longitude') ?></td>
<td><button type="button" data-on-click="getLocation"><?php echo translate('GetCurrentLocation') ?></button></td>
</tr>
</tr>
<tr>
<td colspan="2"><div id="LocationMap" style="height: 500px; width: 500px;"></div></td>
</tr>
<?php
break;