Make WordPress Core


Ignore:
Timestamp:
03/25/2009 05:20:03 PM (17 years ago)
Author:
azaozz
Message:

Add toggle all button to the Gallery tab in the uploader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r10810 r10837  
    15501550</script>
    15511551<div id="sort-buttons" class="hide-if-no-js">
     1552<span>
     1553<?php _e('All Tabs:'); ?>
     1554<a href="#" id="showall" class="toggle"><?php _e('Show'); ?></a>
     1555<a href="#" id="hideall" class="toggle" style="display:none;"><?php _e('Hide'); ?></a>
     1556</span>
    15521557<?php _e('Sort Order:'); ?>
    1553 <a href="#" id="asc"><?php _e('Ascending'); ?></a>
    1554 <a href="#" id="desc"><?php _e('Descending'); ?></a>
     1558<a href="#" id="asc"><?php _e('Ascending'); ?></a> |
     1559<a href="#" id="desc"><?php _e('Descending'); ?></a> |
    15551560<a href="#" id="clear"><?php _e('Clear'); ?></a>
    15561561</div>
Note: See TracChangeset for help on using the changeset viewer.