Make WordPress Core


Ignore:
Timestamp:
04/03/2010 12:53:46 PM (15 years ago)
Author:
nacin
Message:

Add indent to front page drop-downs in options-reading, to better indicate they are dependent on the radio button above them. fixes #12266

File:
1 edited

Legend:

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

    r13823 r13971  
    3030<tr valign="top">
    3131<th scope="row"><?php _e( 'Front page displays' ); ?></th>
    32 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Front page displays' ); ?></span></legend>
     32<td id="front-static-pages"><fieldset><legend class="screen-reader-text"><span><?php _e( 'Front page displays' ); ?></span></legend>
    3333    <p><label>
    3434        <input name="show_on_front" type="radio" value="posts" class="tog" <?php checked( 'posts', get_option( 'show_on_front' ) ); ?> />
     
    4646</ul>
    4747<?php if ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_for_posts' ) == get_option( 'page_on_front' ) ) : ?>
    48 <div id="front-page-warning" class="updated">
    49     <p>
    50         <?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?>
    51     </p>
    52 </div>
     48<div id="front-page-warning" class="error inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?></p></div>
    5349<?php endif; ?>
    5450</fieldset></td>
Note: See TracChangeset for help on using the changeset viewer.