Make WordPress Core


Ignore:
Timestamp:
10/29/2012 07:38:13 AM (11 years ago)
Author:
koopersmith
Message:

Add inline uploader UI to media modal sidebar. see #21390.

File:
1 edited

Legend:

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

    r22321 r22322  
    13101310    </script>
    13111311
     1312    <script type="text/html" id="tmpl-uploader-inline">
     1313        <h3><?php _e( 'Drop files here' ); ?></h3>
     1314        <!--<span><?php _ex( 'or', 'Uploader: Drop files here - or - Select Files' ); ?></span>-->
     1315        <a href="#" class="browser button-secondary"><?php _e( 'Select Files' ); ?></a>
     1316        <div class="media-progress-bar"><div></div></div>
     1317    </script>
     1318
    13121319    <script type="text/html" id="tmpl-sidebar">
    13131320        <h2 class="sidebar-title"><%- title %></h2>
Note: See TracChangeset for help on using the changeset viewer.