Hide All/Show All buttons should be links. see #11817

git-svn-id: http://svn.automattic.com/wordpress/trunk@13542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2010-03-02 03:28:11 +00:00
parent 127c046cba
commit c2ae1b8b7e
1 changed files with 6 additions and 6 deletions

View File

@ -259,8 +259,8 @@ if ( $post_counter > 0 && $menu_selected_id > 0 && ! $updated ) {
</p>
<p class="button-controls">
<a class="show-all button"><?php _e('View All'); ?></a>
<a class="hide-all button"><?php _e('Hide All'); ?></a>
<a class="show-all"><?php _e('View All'); ?></a>
<a class="hide-all"><?php _e('Hide All'); ?></a>
</p>
<div id="available-links" class="list-wrap">
<div class="list-container">
@ -315,8 +315,8 @@ if ( $post_counter > 0 && $menu_selected_id > 0 && ! $updated ) {
</p>
<p class="button-controls">
<a class="show-all button"><?php _e('View All'); ?></a>
<a class="hide-all button"><?php _e('Hide All'); ?></a>
<a class="show-all"><?php _e('View All'); ?></a>
<a class="hide-all"><?php _e('Hide All'); ?></a>
</p>
<div id="existing-pages" class="list-wrap">
@ -377,8 +377,8 @@ if ( $post_counter > 0 && $menu_selected_id > 0 && ! $updated ) {
</p>
<p class="button-controls">
<a class="show-all button"><?php _e('View All'); ?></a>
<a class="hide-all button"><?php _e('Hide All'); ?></a>
<a class="show-all"><?php _e('View All'); ?></a>
<a class="hide-all"><?php _e('Hide All'); ?></a>
</p>
<div id="existing-categories" class="list-wrap">