Changeset 9328 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 10/24/2008 06:25:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r9319 r9328 144 144 145 145 <div class="wrap"> 146 <h2><?php echo wp_specialchars( $title ); ?></h2> 147 148 <ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul> 149 <form class="search-form" action="" method="get"> 146 <h2 class="floatedh2"><?php echo wp_specialchars( $title ); ?></h2> 147 148 <form class="search-form topmargin" action="" method="get"> 150 149 <p class="search-box"> 151 150 <label class="hidden" for="post-search-input"><?php _e( 'Search Tags' ); ?>:</label> 152 151 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 153 <input type="submit" value="<?php _e( 'Search Tags' ); ?>" class="button " />152 <input type="submit" value="<?php _e( 'Search Tags' ); ?>" class="button-primary" /> 154 153 </p> 155 154 </form> … … 169 168 'base' => add_query_arg( 'pagenum', '%#%' ), 170 169 'format' => '', 170 'prev_text' => __('«'), 171 'next_text' => __('»'), 171 172 'total' => ceil(wp_count_terms('post_tag') / $tagsperpage), 172 173 'current' => $pagenum … … 177 178 ?> 178 179 179 <div class="alignleft ">180 <div class="alignleft actions"> 180 181 <select name="action"> 181 182 <option value="" selected="selected"><?php _e('Actions'); ?></option> … … 220 221 ?> 221 222 222 <div class="alignleft ">223 <div class="alignleft actions"> 223 224 <select name="action2"> 224 225 <option value="" selected="selected"><?php _e('Actions'); ?></option>
Note: See TracChangeset
for help on using the changeset viewer.