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/wp-cat2tag.php

    r6943 r6950  
    6969<?php
    7070        echo '<form name="formlist" id="formlist" action="admin.php?import=wp-cat2tag&amp;step=2" method="post">
    71         <p><input type="button" value="' . __('Check All') . '"' . ' onClick="this.value=check_all_rows()"></p>';
     71        <p><input type="button" class="button-secondary" value="' . __('Check All') . '"' . ' onClick="this.value=check_all_rows()"></p>';
    7272        wp_nonce_field('import-cat2tag');
    7373        echo '<ul style="list-style:none">';
     
    9191        echo '</ul>';
    9292
    93         echo '<p class="submit"><input type="submit" name="submit" value="' . __('Convert Tags') . '" /></p>';
     93        echo '<p class="submit"><input type="submit" name="submit" class="button" value="' . __('Convert Tags') . '" /></p>';
    9494
    9595        echo '</form>';
Note: See TracChangeset for help on using the changeset viewer.