diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-06-13 17:21:00 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-06-13 17:21:00 +0000 |
| commit | 12de05107e4c8b006bde6ee8916f34eb476d08da (patch) | |
| tree | 123ee54ecd1f3f777373b7df54a4604012d43640 /wp-admin/import/greymatter.php | |
| parent | e51c7a9ca4bfdb45fa3ec7334bd33871e78c68b1 (diff) | |
| download | wordpress-mu-12de05107e4c8b006bde6ee8916f34eb476d08da.tar.gz wordpress-mu-12de05107e4c8b006bde6ee8916f34eb476d08da.tar.xz wordpress-mu-12de05107e4c8b006bde6ee8916f34eb476d08da.zip | |
WP Merge with revision 8075
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1328 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/import/greymatter.php')
| -rw-r--r-- | wp-admin/import/greymatter.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/wp-admin/import/greymatter.php b/wp-admin/import/greymatter.php index 92abc48..58aa757 100644 --- a/wp-admin/import/greymatter.php +++ b/wp-admin/import/greymatter.php @@ -38,16 +38,16 @@ class GM_Import { <h3><?php _e('Second step: GreyMatter details:') ?></h3> <table class="form-table"> <tr> -<td><?php _e('Path to GM files:') ?></td> -<td><input type="text" style="width:300px" name="gmpath" value="/home/my/site/cgi-bin/greymatter/" /></td> +<td><label for="gmpath"><?php _e('Path to GM files:') ?></label></td> +<td><input type="text" style="width:300px" name="gmpath" id="gmpath" value="/home/my/site/cgi-bin/greymatter/" /></td> </tr> <tr> -<td><?php _e('Path to GM entries:') ?></td> -<td><input type="text" style="width:300px" name="archivespath" value="/home/my/site/cgi-bin/greymatter/archives/" /></td> +<td><label for="archivespath"><?php _e('Path to GM entries:') ?></label></td> +<td><input type="text" style="width:300px" name="archivespath" id="archivespath" value="/home/my/site/cgi-bin/greymatter/archives/" /></td> </tr> <tr> -<td><?php _e("Last entry's number:") ?></td> -<td><input type="text" name="lastentry" value="00000001" /><br /> +<td><label for="lastentry"><?php _e("Last entry's number:") ?></label></td> +<td><input type="text" name="lastentry" id="lastentry" value="00000001" /><br /> <?php _e("This importer will search for files 00000001.cgi to 000-whatever.cgi,<br />so you need to enter the number of the last GM post here.<br />(if you don't know that number, just log into your FTP and look it out<br />in the entries' folder)") ?></td> </tr> </table> |
