Make WordPress Core


Ignore:
Timestamp:
10/24/2008 10:45:58 AM (17 years ago)
Author:
markjaquith
Message:

Do not put an overline for submit buttons at the top (TODO: figure out our style for options pages)

File:
1 edited

Legend:

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

    r9296 r9320  
    8686
    8787<div class="wrap">
    88 <ul class="wp-menu">
    89 <?php $array = array(); _wp_menu_output( $submenu['options-general.php'], $array ); unset($array); ?>
    90 </ul>
    9188  <h2><?php _e('All Settings'); ?></h2>
    9289  <form name="form" action="options.php" method="post" id="all-options">
     
    9491  <input type="hidden" name="action" value="update" />
    9592  <input type='hidden' name='option_page' value='options' />
     93<p class="submit submit-top">
     94    <input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" class="button" />
     95</p>
    9696  <table class="form-table">
    9797<?php
Note: See TracChangeset for help on using the changeset viewer.