Changeset 1586462
- Timestamp:
- 02/01/2017 12:25:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scale-lite-tools/trunk/inc/sl-google-maps/class-slt-gmap-meta-fields.php
r1586453 r1586462 20 20 array( 21 21 'id' => 'map-latitude', 22 'label' => 'Lat itudecoordinate',22 'label' => 'Lat coordinate', 23 23 'type' => 'text', 24 24 ), 25 25 array( 26 26 'id' => 'map-longitude', 27 'label' => 'Long itudecoordinate',27 'label' => 'Long coordinate', 28 28 'type' => 'text', 29 29 ), … … 136 136 '<div class="slt-map-address-container"> 137 137 <div class="slt-map-address"> 138 <textarea placeholder="%s" class="large-text" id="%s" name="%s" rows="4">%s</textarea><p class="description">Paste here an address, then double click on preview map to generate coordinates where your map will be centered.</p>138 <textarea placeholder="%s" class="large-text" id="%s" name="%s" rows="4">%s</textarea><p class="description">Paste here an address, then click preview map. If you only have one marker, map will be centered there. If you have multiple markers double click on preview map to update coordinates where your map will be centered.</p> 139 139 </div> 140 140 <input name="save" type="button" class="button button-primary button-large" id="slt-preview" value="Preview map">
Note: See TracChangeset
for help on using the changeset viewer.