Make WordPress Core


Ignore:
Timestamp:
05/04/2008 10:37:06 AM (17 years ago)
Author:
westi
Message:

Associate lables with form fields. Fixes #6859 props MarcoZ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/greymatter.php

    r7397 r7883  
    3939<table class="form-table">
    4040<tr>
    41 <td><?php _e('Path to GM files:') ?></td>
    42 <td><input type="text" style="width:300px" name="gmpath" value="/home/my/site/cgi-bin/greymatter/" /></td>
     41<td><label for="gmpath"><?php _e('Path to GM files:') ?></label></td>
     42<td><input type="text" style="width:300px" name="gmpath" id="gmpath" value="/home/my/site/cgi-bin/greymatter/" /></td>
    4343</tr>
    4444<tr>
    45 <td><?php _e('Path to GM entries:') ?></td>
    46 <td><input type="text" style="width:300px" name="archivespath" value="/home/my/site/cgi-bin/greymatter/archives/" /></td>
     45<td><label for="archivespath"><?php _e('Path to GM entries:') ?></label></td>
     46<td><input type="text" style="width:300px" name="archivespath" id="archivespath" value="/home/my/site/cgi-bin/greymatter/archives/" /></td>
    4747</tr>
    4848<tr>
    49 <td><?php _e("Last entry's number:") ?></td>
    50 <td><input type="text" name="lastentry" value="00000001" /><br />
     49<td><label for="lastentry"><?php _e("Last entry's number:") ?></label></td>
     50<td><input type="text" name="lastentry" id="lastentry" value="00000001" /><br />
    5151    <?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>
    5252</tr>
Note: See TracChangeset for help on using the changeset viewer.