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/link-manager.php

    r9341 r9363  
    7575} ?>
    7676
    77 <div id="screen-options-wrap" class="hidden">
    78 <h5><?php _e('Show on screen') ?></h5>
    79 <form id="adv-settings" action="" method="get">
    80 <div class="metabox-prefs">
    81 <?php manage_columns_prefs('link') ?>
    82 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?>
    83 <br class="clear" />
    84 </div></form>
    85 </div>
     77<?php screen_options('link') ?>
    8678
    8779<?php
     
    9587?>
    9688
    97 <div class="wrap">
    98 <h2 class="floatedh2"><?php echo wp_specialchars( $title ); ?></h2>
    99 
    100 <form class="search-form topmargin" action="" method="get">
     89<div class="wrap nosubsub">
     90<h2><?php echo wp_specialchars( $title ); ?></h2>
     91
     92<form class="search-form" action="" method="get">
    10193<p class="search-box">
    10294    <label class="hidden" for="link-search-input"><?php _e( 'Search Links' ); ?>:</label>
    10395    <input type="text" class="search-input" id="link-search-input" name="s" value="<?php _admin_search_query(); ?>" />
    104     <input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button" />
     96    <input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button-primary" />
    10597</p>
    10698</form>
Note: See TracChangeset for help on using the changeset viewer.