Make WordPress Core


Ignore:
Timestamp:
10/06/2006 01:14:47 AM (19 years ago)
Author:
matt
Message:

Some UI cleanups, changes, and various miscellany.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r4321 r4349  
    7878  <legend><?php _e('Search Posts&hellip;') ?></legend>
    7979  <input type="text" name="s" value="<?php if (isset($s)) echo wp_specialchars($s, 1); ?>" size="17" />
    80   <input type="submit" name="submit" value="<?php _e('Search') ?>" />
     80  <input type="submit" name="submit" value="<?php _e('Search') ?>" class="button" />
    8181  </fieldset>
    8282</form>
     
    107107    ?>
    108108    </select>
    109         <input type="submit" name="submit" value="<?php _e('Show Month') ?>" />
     109        <input type="submit" name="submit" value="<?php _e('Show Month') ?>" class="button" />
    110110    </fieldset>
    111111</form>
     
    117117    <legend><?php _e('Browse Category&hellip;') ?></legend>
    118118    <?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?>
    119     <input type="submit" name="submit" value="<?php _e('Show Category') ?>" />
     119    <input type="submit" name="submit" value="<?php _e('Show Category') ?>" class="button" />
    120120    </fieldset>
    121121</form>
Note: See TracChangeset for help on using the changeset viewer.