Ticket #5973: remove_niceblue_class.diff

File remove_niceblue_class.diff, 15.1 kB (added by filosofo, 4 months ago)
  • wp-admin/users.php

    old new  
    401401?> 
    402402<form action="#add-new-user" method="post" name="adduser" id="adduser" class="add:user-list:"> 
    403403<?php wp_nonce_field('add-user') ?> 
    404 <table class="niceblue"> 
     404<table class="options-area"> 
    405405        <tr class="form-field form-required"> 
    406406                <th scope="row"><?php _e('Username (required)') ?><input name="action" type="hidden" id="action" value="adduser" /></th> 
    407407                <td ><input name="user_login" type="text" id="user_login" value="<?php echo $new_user_login; ?>" /></td> 
  • wp-admin/options-privacy.php

    old new  
    1111<h2><?php _e('Privacy Settings') ?></h2> 
    1212<form method="post" action="options.php"> 
    1313<?php wp_nonce_field('update-options') ?> 
    14 <table class="niceblue"> 
     14<table class="options-area"> 
    1515<tr valign="top"> 
    1616<th scope="row"><?php _e('Blog Visibility') ?> </th> 
    1717<td> 
  • wp-admin/wp-admin.css

    old new  
    916916 
    917917/* Tables used on comment.php and option/setting pages */ 
    918918 
    919 .niceblue
     919.options-area
    920920        border-collapse: collapse; 
    921921        margin-top: 1em; 
    922922        width: 100%; 
    923923} 
    924924 
    925 .niceblue td { 
     925.options-area td { 
    926926        margin-bottom: 9px; 
    927927        padding: 10px; 
    928928        border-bottom: 8px solid #fff; 
    929929        line-height: 20px; 
    930930} 
    931931 
    932 .niceblue th { 
     932.options-area th { 
    933933        text-align: left; 
    934934        padding: 10px; 
    935935        border-bottom: 8px solid #fff; 
    936936} 
    937937 
    938 .niceblue tr { 
     938.options-area tr { 
    939939        background: #eaf3fa; 
    940940} 
    941941 
  • wp-admin/update.php

    old new  
    3131<div class="wrap"> 
    3232<h2><?php _e('FTP Connection Information') ?></h2> 
    3333<p><?php _e('To perform the requested update, FTP connection information is required.') ?></p> 
    34 <table class="niceblue"> 
     34<table class="options-area"> 
    3535<tr valign="top"> 
    3636<th scope="row"><?php _e('Hostname:') ?></th> 
    3737<td><input name="hostname" type="text" id="hostname" value="<?php echo attribute_escape($hostname) ?>" size="40" /></td> 
  • wp-admin/comment.php

    old new  
    9393<input type='hidden' name='noredir' value='1' /> 
    9494</form> 
    9595 
    96 <table class="niceblue" cellpadding="5"> 
     96<table class="options-area" cellpadding="5"> 
    9797<tr class="alt"> 
    9898<th scope="row"><?php _e('Author'); ?></th> 
    9999<td><?php echo $comment->comment_author; ?></td> 
  • wp-admin/options-general.php

    old new  
    1111<h2><?php _e('General Settings') ?></h2> 
    1212<form method="post" action="options.php"> 
    1313<?php wp_nonce_field('update-options') ?> 
    14 <table class="niceblue"> 
     14<table class="options-area"> 
    1515<tr valign="top"> 
    1616<th scope="row"><?php _e('Blog Title') ?></th> 
    1717<td><input name="blogname" type="text" id="blogname" value="<?php form_option('blogname'); ?>" size="40" /></td> 
  • wp-admin/import/dotclear.php

    old new  
    640640 
    641641        function db_form() 
    642642        { 
    643                 echo '<table class="niceblue">'; 
     643                echo '<table class="options-area">'; 
    644644                printf('<tr><th><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('DotClear Database User:')); 
    645645                printf('<tr><th><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('DotClear Database Password:')); 
    646646                printf('<tr><th><label for="dbname">%s</label></th><td><input type="text" name="dbname" id="dbname" /></td></tr>', __('DotClear Database Name:')); 
  • wp-admin/import/textpattern.php

    old new  
    575575 
    576576        function db_form() 
    577577        { 
    578                 echo '<table class="niceblue">'; 
     578                echo '<table class="options-area">'; 
    579579                printf('<tr><th scope="row"><label for="dbuser">%s</label></th><td><input type="text" name="dbuser" id="dbuser" /></td></tr>', __('Textpattern Database User:')); 
    580580                printf('<tr><th scope="row"><label for="dbpass">%s</label></th><td><input type="password" name="dbpass" id="dbpass" /></td></tr>', __('Textpattern Database Password:')); 
    581581                printf('<tr><th scope="row"><label for="dbname">%s</label></th><td><input type="text" id="dbname" name="dbname" /></td></tr>', __('Textpattern Database Name:')); 
  • wp-admin/import/greymatter.php

    old new  
    3636<input type="hidden" name="step" value="1" /> 
    3737<?php wp_nonce_field('import-greymatter'); ?> 
    3838<h3><?php _e('Second step: GreyMatter details:') ?></h3> 
    39 <table class="niceblue"> 
     39<table class="options-area"> 
    4040<tr> 
    4141<td><?php _e('Path to GM files:') ?></td> 
    4242<td><input type="text" style="width:300px" name="gmpath" value="/home/my/site/cgi-bin/greymatter/" /></td> 
  • wp-admin/options-misc.php

    old new  
    1313<form method="post" action="options.php"> 
    1414<?php wp_nonce_field('update-options') ?> 
    1515<h3><?php _e('Uploading'); ?></h3> 
    16 <table class="niceblue"> 
     16<table class="options-area"> 
    1717<tr valign="top"> 
    1818<th scope="row"><?php _e('Store uploads in this folder'); ?></th> 
    1919<td><input name="upload_path" type="text" id="upload_path" class="code" value="<?php echo attribute_escape(str_replace(ABSPATH, '', get_option('upload_path'))); ?>" size="40" /> 
     
    3737</th> 
    3838</tr> 
    3939</table> 
    40 <table class="niceblue"> 
     40<table class="options-area"> 
    4141<tr> 
    4242        <th colspan="2"><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_option('use_linksupdate')); ?> /> 
    4343<label for="use_linksupdate"><?php _e('Track Links&#8217; Update Times') ?></label> 
  • wp-admin/edit-link-category-form.php

    old new  
    2323<input type="hidden" name="action" value="<?php echo $action ?>" /> 
    2424<input type="hidden" name="cat_ID" value="<?php echo $category->term_id ?>" /> 
    2525<?php wp_nonce_field($nonce_action); ?> 
    26         <table class="niceblue"> 
     26        <table class="options-area"> 
    2727                <tr class="form-field form-required"> 
    2828                        <th scope="row" valign="top"><label for="name"><?php _e('Category name') ?></label></th> 
    2929                        <td><input name="name" id="name" type="text" value="<?php echo $category->name; ?>" size="40" /></td> 
  • wp-admin/edit-tag-form.php

    old new  
    2323<input type="hidden" name="action" value="<?php echo $action ?>" /> 
    2424<input type="hidden" name="tag_ID" value="<?php echo $tag->term_id ?>" /> 
    2525<?php wp_nonce_field($nonce_action); ?> 
    26         <table class="niceblue"> 
     26        <table class="options-area"> 
    2727                <tr class="form-field form-required"> 
    2828                        <th scope="row" valign="top"><label for="name"><?php _e('Tag name') ?></label></th> 
    2929                        <td><input name="name" id="name" type="text" value="<?php echo attribute_escape($tag->name); ?>" size="40" /></td> 
  • wp-admin/options-discussion.php

    old new  
    1111<h2><?php _e('Discussion Settings') ?></h2> 
    1212<form method="post" action="options.php"> 
    1313<?php wp_nonce_field('update-options') ?> 
    14 <table class="niceblue"> 
     14<table class="options-area"> 
    1515<tr valign="top"> 
    1616<th scope="row"><?php _e('Default article settings') ?></th> 
    1717<td> 
  • wp-admin/options.php

    old new  
    4848  <form name="form" action="options.php" method="post" id="all-options"> 
    4949  <?php wp_nonce_field('update-options') ?> 
    5050  <input type="hidden" name="action" value="update" /> 
    51   <table class="niceblue"> 
     51  <table class="options-area"> 
    5252<?php 
    5353$options = $wpdb->get_results("SELECT * FROM $wpdb->options ORDER BY option_name"); 
    5454 
  • wp-admin/edit-category-form.php

    old new  
    2323<input type="hidden" name="action" value="<?php echo $action ?>" /> 
    2424<input type="hidden" name="cat_ID" value="<?php echo $category->term_id ?>" /> 
    2525<?php wp_nonce_field($nonce_action); ?> 
    26         <table class="niceblue"> 
     26        <table class="options-area"> 
    2727                <tr class="form-field form-required"> 
    2828                        <th scope="row" valign="top"><label for="cat_name"><?php _e('Category Name') ?></label></th> 
    2929                        <td><input name="cat_name" id="cat_name" type="text" value="<?php echo attribute_escape($category->name); ?>" size="40" /></td> 
  • wp-admin/options-reading.php

    old new  
    1111<h2><?php _e('Reading Settings') ?></h2> 
    1212<form name="form1" method="post" action="options.php"> 
    1313<?php wp_nonce_field('update-options') ?> 
    14 <table class="niceblue"> 
     14<table class="options-area"> 
    1515<?php if ( get_pages() ): ?> 
    1616<tr valign="top"> 
    1717<th scope="row"><?php _e('Front page displays')?></th> 
  • wp-admin/css/install.css

    old new  
    6565        color: #d54e21; 
    6666} 
    6767 
    68 .niceblue
     68.options-area
    6969        border-collapse: collapse; 
    7070        margin-top: 1em; 
    7171        width: 100%; 
    7272} 
    7373 
    74 .niceblue td { 
     74.options-area td { 
    7575        margin-bottom: 9px; 
    7676        padding: 10px; 
    7777        border-bottom: 8px solid #fff; 
    7878} 
    7979 
    80 .niceblue th { 
     80.options-area th { 
    8181        font-size: 12px; 
    8282        text-align: left; 
    8383        padding: 12px 10px 10px 10px; 
     
    8686        vertical-align: top; 
    8787} 
    8888 
    89 .niceblue tr { 
     89.options-area tr { 
    9090        background: #eaf3fa; 
    9191} 
    9292 
    93 .niceblue code { 
     93.options-area code { 
    9494        line-height: 18px; 
    9595        font-size: 18px; 
    9696} 
    9797 
    98 .niceblue p { 
     98.options-area p { 
    9999        margin: 4px 0 0 0; 
    100100        font-size: 11px; 
    101101} 
  • wp-admin/setup-config.php

    old new  
    6666        ?> 
    6767<form method="post" action="setup-config.php?step=2"> 
    6868        <p>Below you should enter your database connection details. If you're not sure about these, contact your host. </p> 
    69         <table class="niceblue"> 
     69        <table class="options-area"> 
    7070                <tr> 
    7171                        <th scope="row">Database Name</th> 
    7272                        <td><input name="dbname" type="text" size="25" value="wordpress" /></td> 
  • wp-admin/install.php

    old new  
    4545<p><?php _e("Please provide the following information.  Don't worry, you can always change these settings later."); ?></p> 
    4646 
    4747<form id="setup" method="post" action="install.php?step=2"> 
    48         <table class="niceblue"> 
     48        <table class="options-area"> 
    4949                <tr> 
    5050                        <th scope="row"><?php _e('Blog Title'); ?></th> 
    5151                        <td><input name="weblog_title" type="text" id="weblog_title" size="25" /></td> 
     
    9191 
    9292<p><?php printf(__('WordPress has been installed. Were you expecting more steps? Sorry to disappoint.'), ''); ?></p> 
    9393 
    94 <table class="niceblue"> 
     94<table class="options-area"> 
    9595        <tr> 
    9696                <th><?php _e('Username'); ?></th> 
    9797                <td><code>admin</code></td> 
  • wp-admin/options-permalink.php

    old new  
    127127        ); 
    128128?> 
    129129<h3><?php _e('Common settings'); ?></h3> 
    130 <table class="niceblue"> 
     130<table class="options-area"> 
    131131        <tr> 
    132132                <th><label><input name="selection" type="radio" value="" class="tog" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th> 
    133133                <td><code><?php echo get_option('home'); ?>/?p=123</code></td> 
     
    163163        <p><?php _e('If you like, you may enter custom bases for your category and tag <abbr title="Universal Resource Locator">URL</abbr>s here. For example, using <code>/topics/</code> as your category base would make your category links like <code>http://example.org/index.php/topics/uncategorized/</code>. If you leave these blank the defaults will be used.') ?></p> 
    164164<?php endif; ?> 
    165165 
    166 <table class="niceblue"> 
     166<table class="options-area"> 
    167167        <tr> 
    168168                <th><?php _e('Category base'); ?></th> 
    169169                <td><input name="category_base" id="category_base" type="text" class="code"  value="<?php echo attribute_escape($category_base); ?>" size="30" /></td> 
  • wp-admin/options-writing.php

    old new  
    1212<form method="post" action="options.php"> 
    1313<?php wp_nonce_field('update-options') ?> 
    1414 
    15 <table class="niceblue"> 
     15<table class="options-area"> 
    1616<tr valign="top"> 
    1717<th scope="row"> <?php _e('Size of the post box') ?></th> 
    1818<td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php form_option('default_post_edit_rows'); ?>" size="2" style="width: 1.5em; " /> 
     
    6060<h3><?php _e('Image sizes') ?></h3> 
    6161<p><?php _e('The sizes listed below determine the maximum dimensions to use when inserting an image into the body of a post.'); ?></p> 
    6262 
    63 <table class="niceblue"> 
     63<table class="options-area"> 
    6464<tr valign="top"> 
    6565<th scope="row"><?php _e('Thumbnail size') ?></th> 
    6666<td> 
     
    8484<h3><?php _e('Post via e-mail') ?></h3> 
    8585<p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret. Here are three random strings you could use: <code>%s</code>, <code>%s</code>, <code>%s</code>.'), wp_generate_password(), wp_generate_password(), wp_generate_password()) ?></p> 
    8686 
    87 <table class="niceblue"> 
     87<table class="options-area"> 
    8888<tr valign="top"> 
    8989<th scope="row"><?php _e('Mail Server') ?></th> 
    9090<td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option('mailserver_url'); ?>" size="40" />