Changeset 8839
- Timestamp:
- 09/06/2008 06:56:56 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r8827 r8839 130 130 131 131 <p id="category-search" class="search-box"> 132 <label class="hidden" for="category-search-input"><?php _e('Search Categories'); ?> :</label>132 <label class="hidden" for="category-search-input"><?php _e('Search Categories'); ?></label> 133 133 <input type="text" id="category-search-input" class="search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" /> 134 134 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" /> -
trunk/wp-admin/edit-comments.php
r8827 r8839 123 123 124 124 <p id="comment-search" class="search-box"> 125 <label class="hidden" for="comment-search-input"><?php _e( 'Search Comments' ); ?> :</label>125 <label class="hidden" for="comment-search-input"><?php _e( 'Search Comments' ); ?></label> 126 126 <input type="text" id="comment-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" /> 127 127 <input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" /> -
trunk/wp-admin/edit-link-categories.php
r8827 r8839 69 69 70 70 <p id="link-category-search" class="search-box"> 71 <label class="hidden" for="link-category-search-input"><?php _e( 'Search Categories' ); ?> :</label>71 <label class="hidden" for="link-category-search-input"><?php _e( 'Search Categories' ); ?></label> 72 72 <input type="text" id="link-category-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" /> 73 73 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" /> -
trunk/wp-admin/edit-pages.php
r8836 r8839 125 125 126 126 <p id="page-search" class="search-box"> 127 <label class="hidden" for="page-search-input"><?php _e( 'Search Pages' ); ?> :</label>127 <label class="hidden" for="page-search-input"><?php _e( 'Search Pages' ); ?></label> 128 128 <input type="text" id="page-search-input" name="s" value="<?php the_search_query(); ?>" /> 129 129 <input type="submit" value="<?php _e( 'Search Pages' ); ?>" class="button" /> -
trunk/wp-admin/edit-tags.php
r8827 r8839 137 137 138 138 <p id="tag-search" class="search-box"> 139 <label class="hidden" for="tag-search-input"><?php _e( 'Search Tags' ); ?> :</label>139 <label class="hidden" for="tag-search-input"><?php _e( 'Search Tags' ); ?></label> 140 140 <input type="text" id="tag-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" /> 141 141 <input type="submit" value="<?php _e( 'Search Tags' ); ?>" class="button" /> -
trunk/wp-admin/edit.php
r8828 r8839 141 141 142 142 <p id="post-search" class="search-box"> 143 <label class="hidden" for="post-search-input"><?php _e( 'Search Posts' ); ?> :</label>143 <label class="hidden" for="post-search-input"><?php _e( 'Search Posts' ); ?></label> 144 144 <input type="text" id="post-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" /> 145 145 <input type="submit" value="<?php _e( 'Search Posts' ); ?>" class="button" /> -
trunk/wp-admin/link-manager.php
r8827 r8839 88 88 89 89 <p id="link-search" class="search-box"> 90 <label class="hidden" for="link-search-input"><?php _e( 'Search Links' ); ?> :</label>90 <label class="hidden" for="link-search-input"><?php _e( 'Search Links' ); ?></label> 91 91 <input type="text" id="link-search-input" name="s" value="<?php the_search_query(); ?>" /> 92 92 <input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button" /> -
trunk/wp-admin/upload.php
r8829 r8839 141 141 142 142 <p id="media-search" class="search-box" > 143 <label class="hidden" for="media-search-input"><?php _e( 'Search Media' ); ?> :</label>143 <label class="hidden" for="media-search-input"><?php _e( 'Search Media' ); ?></label> 144 144 <input type="text" id="media-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" /> 145 145 <input type="submit" value="<?php _e( 'Search Media' ); ?>" class="button" /> -
trunk/wp-admin/users.php
r8827 r8839 302 302 303 303 <p id="user-search" class="search-box"> 304 <label class="hidden" for="user-search-input"><?php _e( 'Search Users' ); ?> :</label>304 <label class="hidden" for="user-search-input"><?php _e( 'Search Users' ); ?></label> 305 305 <input type="text" id="user-search-input" class="search-input" name="usersearch" value="<?php echo attribute_escape($wp_user_search->search_term); ?>" /> 306 306 <input type="submit" value="<?php _e( 'Search Users' ); ?>" class="button" /> -
trunk/wp-admin/widgets.php
r8820 r8839 245 245 <h2><?php _e( 'Widgets' ); ?></h2> 246 246 <p id="widget-search"> 247 <label class="hidden" for="widget-search-input"><?php _e( 'Search Widgets' ); ?> :</label>247 <label class="hidden" for="widget-search-input"><?php _e( 'Search Widgets' ); ?></label> 248 248 <input type="text" id="widget-search-input" name="s" value="<?php echo attribute_escape( $widget_search ); ?>" /> 249 249 <input type="submit" class="button" value="<?php _e( 'Search Widgets' ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.