diff options
| author | Brian Holland <windmillway2@gmail.com> | 2011-02-23 19:44:53 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2011-02-23 19:44:53 +0000 |
| commit | 5c298a18edd94022c57c7687e4995d9cc6806b24 (patch) | |
| tree | aa0e143f4d29954e314b703b52cd7ccf25deee7c /modules/googlemap/places_edit.php | |
| parent | eded84ee653cabe7569daa4bf1cd86ba8ec03d08 (diff) | |
| download | webtrees-5c298a18edd94022c57c7687e4995d9cc6806b24.tar.gz webtrees-5c298a18edd94022c57c7687e4995d9cc6806b24.tar.bz2 webtrees-5c298a18edd94022c57c7687e4995d9cc6806b24.zip | |
Tidy up the Google Street View setup. (Much Simpler now, and with no extraneous warning messages anywhere)
Diffstat (limited to 'modules/googlemap/places_edit.php')
| -rw-r--r-- | modules/googlemap/places_edit.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/googlemap/places_edit.php b/modules/googlemap/places_edit.php index 11322132fa..5f3b2f4607 100644 --- a/modules/googlemap/places_edit.php +++ b/modules/googlemap/places_edit.php @@ -278,15 +278,6 @@ $api="v3"; </td> </tr> <tr> - <td class="optionbox center" colspan="2"> - <?php - if ($api=="v3") { - echo WT_I18N::translate('Drag the Marker in the Map above, or use parameters below, to re-position the place location'); - } - ?> - </td> - </tr> - <tr> <td class="descriptionbox"><?php echo translate_fact('PLAC'), help_link('PLE_PLACES','googlemap'); ?></td> <td class="optionbox"><input type="text" id="new_pl_name" name="NEW_PLACE_NAME" value="<?php echo htmlspecialchars($place_name); ?>" size="25" class="address_input" /> <div id="INDI_PLAC_pop" style="display: inline;"> |
