Make WordPress Core


Ignore:
Timestamp:
10/27/2008 01:22:24 AM (17 years ago)
Author:
azaozz
Message:

Attach 'Screen Options' button to the sliding layer and related changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r9345 r9363  
    130130$messages[6] = __('Tags deleted.'); ?>
    131131
    132 <div id="screen-options-wrap" class="hidden">
    133 <h5><?php _e('Show on screen') ?></h5>
    134 <form id="adv-settings" action="" method="get">
    135 <div class="metabox-prefs">
    136 <?php manage_columns_prefs('tag') ?>
    137 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?>
    138 <br class="clear" />
    139 </div></form>
    140 </div>
     132<?php screen_options('tag') ?>
    141133
    142134<?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?>
     
    145137endif; ?>
    146138
    147 <div class="wrap">
    148 <h2 class="floatedh2"><?php echo wp_specialchars( $title ); ?></h2>
    149 
    150 <form class="search-form topmargin" action="" method="get">
     139<div class="wrap nosubsub">
     140<h2><?php echo wp_specialchars( $title ); ?></h2>
     141
     142<form class="search-form" action="" method="get">
    151143<p class="search-box">
    152144    <label class="hidden" for="tag-search-input"><?php _e( 'Search Tags' ); ?>:</label>
Note: See TracChangeset for help on using the changeset viewer.