Make WordPress Core


Ignore:
Timestamp:
02/24/2008 04:33:10 AM (18 years ago)
Author:
ryan
Message:

Change niceblue class name to form-table. Props filosofo and mt. fixes #5973

File:
1 edited

Legend:

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

    r6950 r7000  
    641641    function db_form()
    642642    {
    643         echo '<table class="niceblue">';
     643        echo '<table class="form-table">';
    644644        printf('<tr><th><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('DotClear Database User:'));
    645645        printf('<tr><th><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('DotClear Database Password:'));
Note: See TracChangeset for help on using the changeset viewer.