Changeset 9563
- Timestamp:
- 11/07/2008 11:12:39 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r9560 r9563 147 147 <label class="hidden" for="category-search-input"><?php _e('Search Categories'); ?>:</label> 148 148 <input type="text" class="search-input" id="category-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 149 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button -primary" />149 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" /> 150 150 </p> 151 151 </form> -
trunk/wp-admin/edit-comments.php
r9560 r9563 155 155 <label class="hidden" for="comment-search-input"><?php _e( 'Search Comments' ); ?>:</label> 156 156 <input type="text" class="search-input" id="comment-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 157 <input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button -primary" />157 <input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" /> 158 158 </p> 159 159 -
trunk/wp-admin/edit-link-categories.php
r9560 r9563 75 75 <label class="hidden" for="category-search-input"><?php _e( 'Search Categories' ); ?>:</label> 76 76 <input type="text" class="search-input" id="category-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 77 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button -primary" />77 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" /> 78 78 </p> 79 79 </form> -
trunk/wp-admin/edit-pages.php
r9560 r9563 161 161 <label class="hidden" for="page-search-input"><?php _e( 'Search Pages' ); ?>:</label> 162 162 <input type="text" class="search-input" id="page-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 163 <input type="submit" value="<?php _e( 'Search Pages' ); ?>" class="button -primary" />163 <input type="submit" value="<?php _e( 'Search Pages' ); ?>" class="button" /> 164 164 </p> 165 165 -
trunk/wp-admin/edit-tags.php
r9560 r9563 144 144 <label class="hidden" for="tag-search-input"><?php _e( 'Search Tags' ); ?>:</label> 145 145 <input type="text" class="search-input" id="tag-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 146 <input type="submit" value="<?php _e( 'Search Tags' ); ?>" class="button -primary" />146 <input type="submit" value="<?php _e( 'Search Tags' ); ?>" class="button" /> 147 147 </p> 148 148 </form> -
trunk/wp-admin/edit.php
r9560 r9563 152 152 <label class="hidden" for="post-search-input"><?php _e( 'Search Posts' ); ?>:</label> 153 153 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php the_search_query(); ?>" /> 154 <input type="submit" value="<?php _e( 'Search Posts' ); ?>" class="button -primary" />154 <input type="submit" value="<?php _e( 'Search Posts' ); ?>" class="button" /> 155 155 </p> 156 156 -
trunk/wp-admin/link-manager.php
r9560 r9563 94 94 <label class="hidden" for="link-search-input"><?php _e( 'Search Links' ); ?>:</label> 95 95 <input type="text" class="search-input" id="link-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 96 <input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button -primary" />96 <input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button" /> 97 97 </p> 98 98 </form> -
trunk/wp-admin/upload.php
r9560 r9563 217 217 <label class="hidden" for="media-search-input"><?php _e( 'Search Media' ); ?>:</label> 218 218 <input type="text" class="search-input" id="media-search-input" name="s" value="<?php the_search_query(); ?>" /> 219 <input type="submit" value="<?php _e( 'Search Media' ); ?>" class="button -primary" />219 <input type="submit" value="<?php _e( 'Search Media' ); ?>" class="button" /> 220 220 </p> 221 221 </form> -
trunk/wp-admin/users.php
r9557 r9563 306 306 <label class="hidden" for="user-search-input"><?php _e( 'Search Users' ); ?>:</label> 307 307 <input type="text" class="search-input" id="user-search-input" name="usersearch" value="<?php echo attribute_escape($wp_user_search->search_term); ?>" /> 308 <input type="submit" value="<?php _e( 'Search Users' ); ?>" class="button -primary" />308 <input type="submit" value="<?php _e( 'Search Users' ); ?>" class="button" /> 309 309 </p> 310 310 </form>
Note: See TracChangeset
for help on using the changeset viewer.