Changeset 9328 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 10/24/2008 06:25:46 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-categories.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r9319 r9328 77 77 78 78 <div class="wrap"> 79 <h2 ><?php echo wp_specialchars( $title ); ?></h2>79 <h2 class="floatedh2"><?php echo wp_specialchars( $title ); ?></h2> 80 80 81 81 <ul class="subsubsub"><li><a class="current"><br /></a></li></ul> 82 <form class="search-form " action="" method="get">82 <form class="search-form topmargin" action="" method="get"> 83 83 <p class="search-box"> 84 84 <label class="hidden" for="post-search-input"><?php _e( 'Search Categories' ); ?>:</label> 85 85 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 86 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button " />86 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button-primary" /> 87 87 </p> 88 88 </form> … … 102 102 'base' => add_query_arg( 'pagenum', '%#%' ), 103 103 'format' => '', 104 'prev_text' => __('«'), 105 'next_text' => __('»'), 104 106 'total' => ceil(wp_count_terms('link_category') / $catsperpage), 105 107 'current' => $pagenum … … 110 112 ?> 111 113 112 <div class="alignleft ">114 <div class="alignleft actions"> 113 115 <select name="action"> 114 116 <option value="" selected="selected"><?php _e('Actions'); ?></option> … … 166 168 ?> 167 169 168 <div class="alignleft ">170 <div class="alignleft actions"> 169 171 <select name="action2"> 170 172 <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)