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-link-categories.php

    r9354 r9363  
    6161$messages[6] = __('Categories deleted.'); ?>
    6262
    63 <div id="screen-options-wrap" class="hidden">
    64 <h5><?php _e('Show on screen') ?></h5>
    65 <form id="adv-settings" action="" method="get">
    66 <div class="metabox-prefs">
    67 <?php manage_columns_prefs('link-category') ?>
    68 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?>
    69 <br class="clear" />
    70 </div></form>
    71 </div>
     63<?php screen_options('link-category') ?>
    7264
    7365<?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?>
     
    7668endif; ?>
    7769
    78 <div class="wrap">
    79 <h2 class="floatedh2"><?php echo wp_specialchars( $title ); ?></h2>
    80 
    81 <form class="search-form topmargin" action="" method="get">
     70<div class="wrap nosubsub">
     71<h2><?php echo wp_specialchars( $title ); ?></h2>
     72
     73<form class="search-form" action="" method="get">
    8274<p class="search-box">
    8375    <label class="hidden" for="category-search-input"><?php _e( 'Search Categories' ); ?>:</label>
Note: See TracChangeset for help on using the changeset viewer.