Make WordPress Core


Ignore:
Timestamp:
04/28/2004 04:56:29 AM (22 years ago)
Author:
saxmatt
Message:

Style the submit button on options group and add updated message to permalink page.

File:
1 edited

Legend:

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

    r1171 r1198  
    175175endforeach;
    176176?>
    177     <tr><td colspan="3">&nbsp;</td></tr>
    178     <tr><td align="center" colspan="3"><input type="submit" name="Update" value="<?php _e('Update Settings') ?>" /></td></tr>
    179     <tr><td colspan="3"><?php echo $message; ?></td></tr>
    180177  </table>
     178<p class="submit"><input type="submit" name="Update" value="<?php _e('Update Settings &raquo;') ?>" /></p>
    181179  </form>
    182180</div>
Note: See TracChangeset for help on using the changeset viewer.