Label colonectomy
git-svn-id: http://svn.automattic.com/wordpress/trunk@8839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c76e69d644
commit
e5e0bd4710
|
@ -129,7 +129,7 @@ endif; ?>
|
|||
<h2><?php printf( current_user_can('manage_categories') ? __('Categories (<a href="%s">Add New</a>)') : __('Manage Tags'), '#addcat' ); ?></h2>
|
||||
|
||||
<p id="category-search" class="search-box">
|
||||
<label class="hidden" for="category-search-input"><?php _e('Search Categories'); ?>:</label>
|
||||
<label class="hidden" for="category-search-input"><?php _e('Search Categories'); ?></label>
|
||||
<input type="text" id="category-search-input" class="search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" />
|
||||
</p>
|
||||
|
|
|
@ -122,7 +122,7 @@ unset($status_links);
|
|||
</ul>
|
||||
|
||||
<p id="comment-search" class="search-box">
|
||||
<label class="hidden" for="comment-search-input"><?php _e( 'Search Comments' ); ?>:</label>
|
||||
<label class="hidden" for="comment-search-input"><?php _e( 'Search Comments' ); ?></label>
|
||||
<input type="text" id="comment-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" />
|
||||
</p>
|
||||
|
|
|
@ -68,7 +68,7 @@ endif; ?>
|
|||
<h2><?php printf( current_user_can('manage_categories') ? __('Link Categories (<a href="%s">Add New</a>)') : __('Manage Tags'), '#addcat' ); ?></h2>
|
||||
|
||||
<p id="link-category-search" class="search-box">
|
||||
<label class="hidden" for="link-category-search-input"><?php _e( 'Search Categories' ); ?>:</label>
|
||||
<label class="hidden" for="link-category-search-input"><?php _e( 'Search Categories' ); ?></label>
|
||||
<input type="text" id="link-category-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" />
|
||||
</p>
|
||||
|
|
|
@ -124,7 +124,7 @@ endif;
|
|||
?>
|
||||
|
||||
<p id="page-search" class="search-box">
|
||||
<label class="hidden" for="page-search-input"><?php _e( 'Search Pages' ); ?>:</label>
|
||||
<label class="hidden" for="page-search-input"><?php _e( 'Search Pages' ); ?></label>
|
||||
<input type="text" id="page-search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Pages' ); ?>" class="button" />
|
||||
</p>
|
||||
|
|
|
@ -136,7 +136,7 @@ endif; ?>
|
|||
<h2><?php printf( current_user_can('manage_categories') ? __('Tags (<a href="%s">Add New</a>)') : __('Manage Tags'), '#addtag' ); ?></h2>
|
||||
|
||||
<p id="tag-search" class="search-box">
|
||||
<label class="hidden" for="tag-search-input"><?php _e( 'Search Tags' ); ?>:</label>
|
||||
<label class="hidden" for="tag-search-input"><?php _e( 'Search Tags' ); ?></label>
|
||||
<input type="text" id="tag-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Tags' ); ?>" class="button" />
|
||||
</p>
|
||||
|
|
|
@ -140,7 +140,7 @@ endif;
|
|||
?>
|
||||
|
||||
<p id="post-search" class="search-box">
|
||||
<label class="hidden" for="post-search-input"><?php _e( 'Search Posts' ); ?>:</label>
|
||||
<label class="hidden" for="post-search-input"><?php _e( 'Search Posts' ); ?></label>
|
||||
<input type="text" id="post-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Posts' ); ?>" class="button" />
|
||||
</p>
|
||||
|
|
|
@ -87,7 +87,7 @@ if ( isset($_GET['deleted']) ) {
|
|||
<h2><?php printf( __('Links (<a href="%s">Add New</a>)' ), 'link-add.php' ); ?></h2>
|
||||
|
||||
<p id="link-search" class="search-box">
|
||||
<label class="hidden" for="link-search-input"><?php _e( 'Search Links' ); ?>:</label>
|
||||
<label class="hidden" for="link-search-input"><?php _e( 'Search Links' ); ?></label>
|
||||
<input type="text" id="link-search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button" />
|
||||
</p>
|
||||
|
|
|
@ -140,7 +140,7 @@ endif;
|
|||
?>
|
||||
|
||||
<p id="media-search" class="search-box" >
|
||||
<label class="hidden" for="media-search-input"><?php _e( 'Search Media' ); ?>:</label>
|
||||
<label class="hidden" for="media-search-input"><?php _e( 'Search Media' ); ?></label>
|
||||
<input type="text" id="media-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Media' ); ?>" class="button" />
|
||||
</p>
|
||||
|
|
|
@ -301,7 +301,7 @@ unset($role_links);
|
|||
</ul>
|
||||
|
||||
<p id="user-search" class="search-box">
|
||||
<label class="hidden" for="user-search-input"><?php _e( 'Search Users' ); ?>:</label>
|
||||
<label class="hidden" for="user-search-input"><?php _e( 'Search Users' ); ?></label>
|
||||
<input type="text" id="user-search-input" class="search-input" name="usersearch" value="<?php echo attribute_escape($wp_user_search->search_term); ?>" />
|
||||
<input type="submit" value="<?php _e( 'Search Users' ); ?>" class="button" />
|
||||
</p>
|
||||
|
|
|
@ -244,7 +244,7 @@ if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?>
|
|||
|
||||
<h2><?php _e( 'Widgets' ); ?></h2>
|
||||
<p id="widget-search">
|
||||
<label class="hidden" for="widget-search-input"><?php _e( 'Search Widgets' ); ?>:</label>
|
||||
<label class="hidden" for="widget-search-input"><?php _e( 'Search Widgets' ); ?></label>
|
||||
<input type="text" id="widget-search-input" name="s" value="<?php echo attribute_escape( $widget_search ); ?>" />
|
||||
<input type="submit" class="button" value="<?php _e( 'Search Widgets' ); ?>" />
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue