Changeset 9363 for trunk/wp-admin/link-manager.php
- Timestamp:
- 10/27/2008 01:22:24 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/link-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r9341 r9363 75 75 } ?> 76 76 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') ?> 86 78 87 79 <?php … … 95 87 ?> 96 88 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"> 101 93 <p class="search-box"> 102 94 <label class="hidden" for="link-search-input"><?php _e( 'Search Links' ); ?>:</label> 103 95 <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" /> 105 97 </p> 106 98 </form>
Note: See TracChangeset
for help on using the changeset viewer.