Make WordPress Core


Ignore:
Timestamp:
11/22/2012 09:32:21 AM (12 years ago)
Author:
koopersmith
Message:

Media: Add global upload progress to the sidebar. see #21390.

File:
1 edited

Legend:

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

    r22809 r22816  
    14441444    </script>
    14451445
     1446    <script type="text/html" id="tmpl-uploader-status">
     1447        <h3><?php _e( 'Uploading' ); ?></h3>
     1448        <div class="media-progress-bar"><div></div></div>
     1449        <div class="upload-details">
     1450            <span class="upload-count">
     1451                <span class="upload-index"></span> / <span class="upload-total"></span>
     1452            </span>
     1453            <span class="upload-detail-separator">&ndash;</span>
     1454            <span class="upload-filename"></span>
     1455        </div>
     1456        <div class="upload-errors">
     1457        </div>
     1458    </script>
     1459
    14461460    <script type="text/html" id="tmpl-attachment">
    14471461        <div class="attachment-preview type-{{ data.type }} subtype-{{ data.subtype }} {{ data.orientation }}">
Note: See TracChangeset for help on using the changeset viewer.