Make WordPress Core

Changeset 6838


Ignore:
Timestamp:
02/14/2008 02:46:08 AM (16 years ago)
Author:
ryan
Message:

Styling updates for settings pages. Props hansengel. see #5851

Location:
trunk/wp-admin
Files:
8 edited

Legend:

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

    r6837 r6838  
    1212<form method="post" action="options.php">
    1313<?php wp_nonce_field('update-options') ?>
    14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" /></p>
    1514<h3><?php _e('Usual settings for an article:') ?></h3>
    1615<small><em><?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?></em></small>
     
    7574<input type="hidden" name="action" value="update" />
    7675<input type="hidden" name="page_options" value="default_pingback_flag,default_ping_status,default_comment_status,comments_notify,moderation_notify,comment_moderation,require_name_email,comment_whitelist,comment_max_links,moderation_keys,blacklist_keys" />
    77 <input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" />
     76<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    7877</p>
    7978</form>
  • trunk/wp-admin/options-general.php

    r6833 r6838  
    1212<form method="post" action="options.php">
    1313<?php wp_nonce_field('update-options') ?>
    14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" /></p>
    1514<table class="niceblue">
    1615<tr valign="top">
     
    9190</table>
    9291
    93 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" />
     92<p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    9493<input type="hidden" name="action" value="update" />
    9594<input type="hidden" name="page_options" value="<?php if ( ! defined( 'WP_SITEURL' ) ) echo 'siteurl,'; if ( ! defined( 'WP_HOME' ) ) echo 'home,'; ?>blogname,blogdescription,admin_email,users_can_register,gmt_offset,date_format,time_format,start_of_week,comment_registration,default_role" />
  • trunk/wp-admin/options-misc.php

    r6837 r6838  
    1313<form method="post" action="options.php">
    1414<?php wp_nonce_field('update-options') ?>
    15 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" /></p>
    1615<h3><?php _e('Uploading'); ?></h3>
    1716<table class="niceblue">
     
    5049<input type="hidden" name="action" value="update" />
    5150<input type="hidden" name="page_options" value="hack_file,use_linksupdate,uploads_use_yearmonth_folders,upload_path,upload_url_path" />
    52 <input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" />
     51<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    5352</p>
    5453</form>
  • trunk/wp-admin/options-permalink.php

    r6833 r6838  
    113113<form name="form" action="options-permalink.php" method="post">
    114114<?php wp_nonce_field('update-permalink') ?>
    115 <p class="submit"><input type="submit" name="submit" value="<?php _e('Update Permalink Structure &raquo;') ?>" /></p>
    116115  <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
    117116
     
    173172     </p>
    174173    <p class="submit">
    175       <input type="submit" name="submit" value="<?php _e('Update Permalink Structure &raquo;') ?>" />
     174      <input type="submit" name="submit" value="<?php _e('Update Permalink Structure') ?>" />
    176175    </p>
    177176  </form>
  • trunk/wp-admin/options-privacy.php

    r6833 r6838  
    2525</table>
    2626
    27 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" />
     27<p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    2828<input type="hidden" name="action" value="update" />
    2929<input type="hidden" name="page_options" value="blog_public" />
  • trunk/wp-admin/options-reading.php

    r6837 r6838  
    1212<form name="form1" method="post" action="options.php">
    1313<?php wp_nonce_field('update-options') ?>
    14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" /></p>
    1514<?php if ( get_pages() ): ?>
    1615<h3><?php _e('Front Page') ?></h3>
     
    113112<input type="hidden" name="action" value="update" />
    114113<input type="hidden" name="page_options" value="posts_per_page,posts_per_rss,rss_use_excerpt,blog_charset,gzipcompression,show_on_front,page_on_front,page_for_posts,show_avatars,avatar_rating" />
    115 <input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" />
     114<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    116115</p>
    117116</form>
  • trunk/wp-admin/options-writing.php

    r6837 r6838  
    1212<form method="post" action="options.php">
    1313<?php wp_nonce_field('update-options') ?>
    14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Settings &raquo;') ?>" /></p>
    1514
    1615<table class="niceblue">
     
    113112<input type="hidden" name="action" value="update" />
    114113<input type="hidden" name="page_options" value="default_post_edit_rows,use_smilies,ping_sites,mailserver_url,mailserver_port,mailserver_login,mailserver_pass,default_category,default_email_category,use_balanceTags,default_link_category" />
    115 <input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" />
     114<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    116115</p>
    117116</form>
  • trunk/wp-admin/options.php

    r6833 r6838  
    4949  <?php wp_nonce_field('update-options') ?>
    5050  <input type="hidden" name="action" value="update" />
    51     <p class="submit"><input type="submit" name="Update" value="<?php _e('Save Changes &raquo;') ?>" /></p>
    5251  <table width="98%">
    5352<?php
     
    8786  </table>
    8887<?php $options_to_update = implode(',', $options_to_update); ?>
    89 <p class="submit"><input type="hidden" name="page_options" value="<?php echo $options_to_update; ?>" /><input type="submit" name="Update" value="<?php _e('Save Changes &raquo;') ?>" /></p>
     88<p class="submit"><input type="hidden" name="page_options" value="<?php echo $options_to_update; ?>" /><input type="submit" name="Update" value="<?php _e('Save Changes') ?>" /></p>
    9089  </form>
    9190</div>
Note: See TracChangeset for help on using the changeset viewer.