Changeset 9073 for trunk/wp-admin/link-manager.php
- Timestamp:
- 10/03/2008 12:13:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r9069 r9073 97 97 <div class="wrap"> 98 98 99 <div class="filter"> 99 100 <form id="list-filter" action="" method="get"> 100 101 <?php … … 118 119 ?> 119 120 <input type="submit" id="post-query-submit" value="<?php _e('Filter'); ?>" class="button-secondary" /> 120 </form> 121 122 < form id="posts-filter" action="" method="get">123 124 <p id="post-search">121 </form></div> 122 123 <ul class="subsubsub"><li><a class="current"><br /></a></li></ul> 124 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 125 <p class="search-box"> 125 126 <label class="hidden" for="post-search-input"><?php _e( 'Search Links' ); ?>:</label> 126 <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />127 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" /> 127 128 <input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button" /> 128 129 </p> 129 130 </form> 131 <br class="clear" /> 132 133 <form id="posts-filter" action="" method="get"> 130 134 <div class="tablenav"> 131 135 … … 141 145 </div> 142 146 143 < br class="clear" />147 <div class="clear"></div> 144 148 145 149 <?php
Note: See TracChangeset
for help on using the changeset viewer.