Make WordPress Core


Ignore:
Timestamp:
12/25/2009 11:04:48 PM (16 years ago)
Author:
matt
Message:

More cleanup of the edit media screen:

  • Simplified table to not need rowspan, and other markup where possible.
  • Put more elements in a paragraph tag for better spacing.
  • Brought edit image buton under the image.
  • Everything is now in line with WordPress Coding Standards, particularly with regards to spacing and attribute quotes.
  • Minor styling for better alignment.

TODO: We show the file URL here, but for images we should show the URL to each size, with its dimensions.

File:
1 edited

Legend:

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

    r12542 r12543  
    9191
    9292<form method="post" action="<?php echo esc_url( remove_query_arg( 'message' ) ); ?>" class="media-upload-form" id="media-single-form">
    93 <p class="submit">
     93<p class="submit" style="padding-bottom: 0;">
    9494<input type="submit" class="button-primary" name="save" value="<?php esc_attr_e('Update Media'); ?>" />
    9595</p>
Note: See TracChangeset for help on using the changeset viewer.