Make WordPress Core


Ignore:
Timestamp:
02/21/2008 12:27:23 AM (18 years ago)
Author:
ryan
Message:

Admin styling updates from mt. fixes #5940

File:
1 edited

Legend:

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

    r6472 r6950  
    3737<?php wp_nonce_field('import-greymatter'); ?>
    3838<h3><?php _e('Second step: GreyMatter details:') ?></h3>
    39 <p><table cellpadding="0">
     39<table class="niceblue">
    4040<tr>
    4141<td><?php _e('Path to GM files:') ?></td>
     
    4747</tr>
    4848<tr>
    49 <td colspan="2"><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>
    50 </tr>
    51 <tr>
    5249<td><?php _e("Last entry's number:") ?></td>
    53 <td><input type="text" name="lastentry" value="00000001" /></td>
     50<td><input type="text" name="lastentry" value="00000001" /><br />
     51    <?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>
    5452</tr>
    5553</table>
    5654</p>
    57 <p><?php _e("When you're ready, click OK to start importing: ") ?><input type="submit" name="submit" value="<?php _e('OK') ?>" class="search" /></p>
     55<p><input type="submit" name="submit" value="<?php _e('Start Importing') ?>" class="button" /></p>
    5856</form>
    59 <p>&nbsp</p>
    6057<?php
    6158        $this->footer();
Note: See TracChangeset for help on using the changeset viewer.