Make WordPress Core


Ignore:
Timestamp:
07/10/2014 03:49:28 AM (11 years ago)
Author:
helen
Message:

Media grid:

  • Introduce the concept of bulk editing via a separate mode. Like the list view, only bulk deleting is available. The UI is a little funky, especially with the field display toggles there, but refinements will come.
  • Up the max thumbnail size from 120px to 150px.
  • Slide-down panel for the add new uploader. Known issue: it doesn't close again.
  • Remove the toolbar region in the EditAttachment frame.
  • Defer a function call so the grid fills available space.
  • Give feedback when no results are found. Also needs styling.

props ericlewis. see #24716.

File:
1 edited

Legend:

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

    r28998 r29056  
    277277        <div class="media-frame-router"></div>
    278278        <div class="media-frame-content"></div>
    279         <div class="media-frame-toolbar"></div>
    280279    </script>
    281280
     
    448447                if ( 'uploadedTo' === field ) {
    449448                    if ( data[ field ] ) {
    450                     #><?php _e( 'Uploaded To: ' ) ?>{{ data.uploadedToTitle }}<#
     449                    #><?php _e( 'Uploaded To: ' ) ?><a href="{{ data.uploadedToLink }}">{{ data.uploadedToTitle }}</a><#
    451450                    } else {
    452451                    #><?php _e( 'Unattached' ) ?><#
Note: See TracChangeset for help on using the changeset viewer.