Changeset 9073 for trunk/wp-admin/categories.php
- Timestamp:
- 10/03/2008 12:13:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r9069 r9073 140 140 <div class="wrap"> 141 141 142 < form id="posts-filter" action="" method="get">143 144 <p id="post-search">142 <ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul> 143 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 144 <p class="search-box"> 145 145 <label class="hidden" for="post-search-input"><?php _e('Search Categories'); ?>:</label> 146 <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />146 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" /> 147 147 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" /> 148 148 </p> 149 149 </form> 150 <br class="clear" /> 151 152 <form id="posts-filter" action="" method="get"> 150 153 <div class="tablenav"> 151 154 … … 180 183 </div> 181 184 182 < br class="clear" />185 <div class="clear"></div> 183 186 184 187 <table class="widefat">
Note: See TracChangeset
for help on using the changeset viewer.