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:
parent
127c046cba
commit
c2ae1b8b7e
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue