Changeset 22362 for trunk/wp-includes/media.php
- Timestamp:
- 11/04/2012 10:59:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22345 r22362 1301 1301 <a class="media-modal-close" href="" title="<?php esc_attr_e('Close'); ?>">×</a> 1302 1302 </div> 1303 <div class="media-modal-backdrop"></div> 1303 <div class="media-modal-backdrop"> 1304 <div></div> 1305 </div> 1304 1306 </script> 1305 1307 … … 1311 1313 1312 1314 <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 1319 <script type="text/html" id="tmpl-sidebar"> 1320 <h2 class="sidebar-title"><%- title %></h2> 1321 <div class="sidebar-content"></div> 1315 <div class="uploader-inline-content"> 1316 <h3><?php _e( 'Drop files anywhere to upload' ); ?></h3> 1317 <a href="#" class="browser button button-hero"><?php _e( 'Select Files' ); ?></a> 1318 <div class="media-progress-bar"><div></div></div> 1319 </div> 1322 1320 </script> 1323 1321 … … 1361 1359 1362 1360 <script type="text/html" id="tmpl-attachment-details"> 1361 <h3><?php _e('Edit Attachment Details'); ?></h3> 1363 1362 <div class="attachment-preview attachment-details-preview type-<%- type %> subtype-<%- subtype %> <%- orientation %>"> 1364 1363 <% if ( uploading ) { %> … … 1393 1392 </script> 1394 1393 1394 <script type="text/html" id="tmpl-media-selection"> 1395 <div class="selection-info"> 1396 <span class="count"></span> 1397 <% if ( clearable ) { %> 1398 <a class="clear-selection" href="#"><?php _e('Clear'); ?></a> 1399 <% } %> 1400 </div> 1401 <div class="selection-view"></div> 1402 </script> 1403 1395 1404 <script type="text/html" id="tmpl-media-selection-preview"> 1396 1405 <div class="selected-img selected-count-<%- count %>"> … … 1487 1496 <style type="text/css" id="<%- id %>-css"> 1488 1497 #<%- id %> { 1489 padding: <%- gutter %>px;1498 padding: 0 <%- gutter %>px; 1490 1499 } 1491 1500
Note: See TracChangeset
for help on using the changeset viewer.