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-permalink.php

    r1168 r1198  
    3131
    3232
    33 switch($action) {
    3433
    35 default:
    36     $standalone = 0;
    3734    require_once('admin-header.php');
    3835    if ($user_level <= 6) {
     
    4138    require('./options-head.php');
    4239?>
     40<?php if ($_POST['submit']) : ?>
     41<div class="updated"><p><?php _e('Permalink structure updated.'); ?></p></div>
     42<?php endif; ?>
    4343<div class="wrap">
    4444  <h2><?php _e('Edit Permalink Structure') ?></h2>
     
    6464    </p>
    6565    <p class="submit">
    66       <input type="submit" name="submit" value="<?php _e('Update Permalink Structure') ?>">
     66      <input type="submit" name="submit" value="<?php _e('Update Permalink Structure &raquo;') ?>">
    6767    </p>
    6868  </form>
     
    102102echo "</div>\n";
    103103
    104 break;
    105 }
    106 
    107104require('./admin-footer.php');
    108105?>
Note: See TracChangeset for help on using the changeset viewer.