Changeset 9073 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 10/03/2008 12:13:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r9069 r9073 76 76 <div class="wrap"> 77 77 78 < form id="posts-filter" action="" method="get">79 80 <p id="post-search">78 <ul class="subsubsub"><li><a class="current"><br /></a></li></ul> 79 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 80 <p class="search-box"> 81 81 <label class="hidden" for="post-search-input"><?php _e( 'Search Categories' ); ?>:</label> 82 <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />82 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" /> 83 83 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" /> 84 84 </p> 85 </form> 86 <br class="clear" /> 85 87 88 <form id="posts-filter" action="" method="get"> 86 89 <div class="tablenav"> 87 90 … … 116 119 </div> 117 120 118 < br class="clear" />121 <div class="clear"></div> 119 122 120 123 <table class="widefat">
Note: See TracChangeset
for help on using the changeset viewer.