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

    r9354 r9363  
    132132?>
    133133
    134 <div id="screen-options-wrap" class="hidden">
    135 <h5><?php _e('Show on screen') ?></h5>
    136 <form id="adv-settings" action="" method="get">
    137 <div class="metabox-prefs">
    138 <?php manage_columns_prefs('category') ?>
    139 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?>
    140 <br class="clear" />
    141 </div></form>
    142 </div>
     134<?php screen_options('category') ?>
    143135
    144136<?php
     
    148140endif; ?>
    149141
    150 <div class="wrap">
    151 <h2 class="floatedh2"><?php echo wp_specialchars( $title ); ?></h2>
     142<div class="wrap nosubsub">
     143<h2><?php echo wp_specialchars( $title ); ?></h2>
    152144
    153145<form class="search-form topmargin" action="" method="get">
Note: See TracChangeset for help on using the changeset viewer.