Changeset 9328 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 10/24/2008 06:25:46 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-pages.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r9319 r9328 169 169 <label class="hidden" for="post-search-input"><?php _e( 'Search Pages' ); ?>:</label> 170 170 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 171 <input type="submit" value="<?php _e( 'Search Pages' ); ?>" class="button " />171 <input type="submit" value="<?php _e( 'Search Pages' ); ?>" class="button-primary" /> 172 172 </p> 173 173 </form> … … 192 192 'base' => add_query_arg( 'pagenum', '%#%' ), 193 193 'format' => '', 194 'prev_text' => __('«'), 195 'next_text' => __('»'), 194 196 'total' => $num_pages, 195 197 'current' => $pagenum … … 200 202 ?> 201 203 202 <div class="alignleft ">204 <div class="alignleft actions"> 203 205 <select name="action"> 204 206 <option value="-1" selected="selected"><?php _e('Actions'); ?></option> … … 245 247 ?> 246 248 247 <div class="alignleft ">249 <div class="alignleft actions"> 248 250 <select name="action2"> 249 251 <option value="-1" 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)