Put lat lon in a field set. From Kitten.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-06-04 21:40:21 +00:00
parent 323feecf52
commit 2f5ad1af00
1 changed files with 4 additions and 1 deletions

View File

@ -138,9 +138,12 @@ if ($action != 'editcomment') {
}
}
?>
<br />
<fieldset id="post_lat_lon">
<label for="post_latf"><?php _e('Latitude:') ?></label><input size="8" type="text" value="<?php echo $edited_lat; ?>" name="post_latf">&nbsp;
<label for="post_lonf"><?php _e('Longitude:') ?></label><input size="8" type="text" value="<?php echo $edited_lon; ?>" name="post_lonf">&nbsp; <a href="http://www.geourl.org/resources.html" rel="external" ><?php _e('click for Geo Info') ?></a>
<br>
</fieldset>
<br />
<?php
}
}