Changeset 9328 for trunk/wp-admin/categories.php
- Timestamp:
- 10/24/2008 06:25:46 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/categories.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r9319 r9328 149 149 150 150 <div class="wrap"> 151 <h2><?php echo wp_specialchars( $title ); ?></h2> 152 153 <ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul> 154 <form class="search-form" action="" method="get"> 151 <h2 class="floatedh2"><?php echo wp_specialchars( $title ); ?></h2> 152 153 <form class="search-form topmargin" action="" method="get"> 155 154 <p class="search-box"> 156 155 <label class="hidden" for="post-search-input"><?php _e('Search Categories'); ?>:</label> 157 156 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 158 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button " />157 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button-primary" /> 159 158 </p> 160 159 </form> … … 174 173 'base' => add_query_arg( 'pagenum', '%#%' ), 175 174 'format' => '', 175 'prev_text' => __('«'), 176 'next_text' => __('»'), 176 177 'total' => ceil(wp_count_terms('category') / $catsperpage), 177 178 'current' => $pagenum … … 182 183 ?> 183 184 184 <div class="alignleft ">185 <div class="alignleft actions"> 185 186 <select name="action"> 186 187 <option value="" selected="selected"><?php _e('Actions'); ?></option> … … 222 223 ?> 223 224 224 <div class="alignleft ">225 <div class="alignleft actions"> 225 226 <select name="action2"> 226 227 <option value="" selected="selected"><?php _e('Actions'); ?></option>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)