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

git-svn-id: https://develop.svn.wordpress.org/trunk@13542 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2010-03-02 03:28:11 +00:00
parent 5333c986e3
commit 67e835d517
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">