Make WordPress Core


Ignore:
Timestamp:
07/17/2014 03:54:44 AM (10 years ago)
Author:
helen
Message:

Media Grid Attachment Details modal UI improvements:

  • Align better visually with the existing media modal and the post image edit modal.
  • Add back a link to the full attachment edit screen (post.php).
  • Add a title to the modal and move prev/next buttons next to the more-consistent close button.
  • Remove mode tabs (metadata vs. image editing) in favor of the Edit Image button.

Still to come: responsive, IE8 testing and targeted CSS (calc() usage), general CSS cleanup.

props ericlewis, helen, melchoyce. see #28844. fixes #28915.

File:
1 edited

Legend:

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

    r29176 r29204  
    29102910        'warnDelete' =>      __( "You are about to permanently delete this item.\n  'Cancel' to stop, 'OK' to delete." ),
    29112911
     2912        // Library Details
     2913        'attachmentDetails'  => __( 'Attachment Details' ),
     2914
    29122915        // From URL
    29132916        'insertFromUrlTitle' => __( 'Insert from URL' ),
Note: See TracChangeset for help on using the changeset viewer.