Ticket #28844: 28844.5.diff
File 28844.5.diff, 23.3 KB (added by , 10 years ago) |
---|
-
src/wp-includes/css/media-views.css
diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index 0f57613..99a8485 100644
a b video#inline-media-node { 1525 1525 margin-top: 14px; 1526 1526 } 1527 1527 1528 .media-sidebar .settings-save-status { 1529 background: #f5f5f5; 1528 /** 1529 * Attachment Details 1530 */ 1531 .attachment-details { 1532 position: relative; 1533 overflow: auto; 1534 } 1535 1536 .attachment-details .settings-save-status { 1530 1537 float: right; 1531 1538 text-transform: none; 1532 1539 z-index: 10; 1533 1540 } 1534 1541 1535 . media-sidebar.settings-save-status .spinner {1542 .attachment-details .settings-save-status .spinner { 1536 1543 margin: 0 5px 0; 1537 1544 } 1538 1545 1539 . media-sidebar.settings-save-status .saved {1546 .attachment-details .settings-save-status .saved { 1540 1547 float: right; 1541 1548 display: none; 1542 1549 } 1543 1550 1544 . media-sidebar.save-waiting .settings-save-status .spinner,1545 . media-sidebar.save-complete .settings-save-status .saved {1551 .attachment-details.save-waiting .settings-save-status .spinner, 1552 .attachment-details.save-complete .settings-save-status .saved { 1546 1553 display: block; 1547 1554 } 1548 1555 1549 /**1550 * Attachment Details1551 */1552 .attachment-details {1553 position: relative;1554 overflow: auto;1555 }1556 1557 1556 .attachment-info { 1558 1557 overflow: hidden; 1559 1558 min-height: 60px; … … video#inline-media-node { 1645 1644 display: block; 1646 1645 } 1647 1646 1648 . attachment-info.delete-attachment,1649 . attachment-info.trash-attachment {1647 .media-modal .delete-attachment, 1648 .media-modal .trash-attachment { 1650 1649 color: #bc0b0b; 1651 1650 } 1652 1651 1653 . attachment-info.delete-attachment:hover,1654 . attachment-info.trash-attachment:hover {1652 .media-modal .delete-attachment:hover, 1653 .media-modal .trash-attachment:hover { 1655 1654 color: red; 1656 1655 } 1657 1656 … … video#inline-media-node { 2670 2669 * 2671 2670 * This should be OOCSS'd so both use a shared selector. 2672 2671 */ 2672 .edit-attachment-frame .edit-media-header { 2673 overflow: hidden; 2674 } 2675 2676 .upload-php .media-modal-close .media-modal-icon:before { 2677 content: '\f335'; 2678 font-size: 30px; 2679 } 2680 2681 .upload-php .media-modal-close:hover .media-modal-icon:before, 2682 .upload-php .media-modal-close:focus .media-modal-icon:before { 2683 color: #fff; 2684 } 2685 2686 .upload-php .media-modal-close .media-modal-icon { 2687 margin-top: 13px; 2688 width: 30px; 2689 height: 30px; 2690 } 2691 2692 .upload-php .media-modal-close, 2673 2693 .edit-attachment-frame .edit-media-header .left, 2674 2694 .edit-attachment-frame .edit-media-header .right { 2675 2695 cursor: pointer; 2676 2696 color: #777; 2677 2697 background-color: transparent; 2678 height: 48px; 2679 width: 54px; 2680 float: left; 2698 height: 56px; 2699 width: 56px; 2700 padding: 0; 2701 position: absolute; 2681 2702 text-align: center; 2682 2703 border: 0; 2683 border-right: 1px solid #ddd; 2704 border-left: 1px solid #ddd; 2705 } 2706 2707 .upload-php .media-modal-close { 2708 top: 0; 2709 right: 0; 2710 } 2711 2712 .edit-attachment-frame .edit-media-header .left { 2713 right: 112px; 2714 } 2715 2716 .edit-attachment-frame .edit-media-header .right { 2717 right: 56px; 2718 } 2719 2720 .edit-attachment-frame .media-frame-title { 2721 left: 0; 2722 right: 170px; /* leave space for prev/next/close */ 2723 box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.1) 2684 2724 } 2685 2725 2686 2726 .edit-attachment-frame .edit-media-header .right:before, … … video#inline-media-node { 2711 2751 cursor: inherit; 2712 2752 } 2713 2753 2714 . edit-attachment-frame .edit-media-header .close:hover,2754 .upload-php .media-modal-close:hover, 2715 2755 .edit-attachment-frame .edit-media-header .right:hover, 2716 2756 .edit-attachment-frame .edit-media-header .left:hover, 2717 . edit-attachment-frame .edit-media-header .close:focus,2757 .upload-php .media-modal-close:focus, 2718 2758 .edit-attachment-frame .edit-media-header .right:focus, 2719 2759 .edit-attachment-frame .edit-media-header .left:focus { 2720 2760 background: #0074a2; … … video#inline-media-node { 2729 2769 .edit-attachment-frame .media-frame-content { 2730 2770 border-bottom: none; 2731 2771 bottom: 0; 2772 top: 56px; 2732 2773 } 2733 2774 2734 2775 /* Hiding this for the moment instead of removing it from the template. */ … … video#inline-media-node { 2744 2785 right: 0; 2745 2786 left: 0; 2746 2787 } 2747 2748 .edit-attachment-frame .attachment-info { 2749 border-bottom: 0; 2750 border-right: 1px solid #ddd; 2751 bottom: 0; 2752 position: absolute; 2753 top: 0; 2754 left: 0; 2755 right: 50%; 2756 margin-bottom: 0; 2757 padding: 2% 4% 0; 2758 height: 98%; /* 100% - padding percentage above */ 2759 } 2760 2761 .edit-attachment-frame .attachment-info .thumbnail { 2762 float: none; 2763 max-width: none; 2764 max-height: 70%; 2765 margin-right: 0; 2766 } 2767 2768 .edit-attachment-frame .attachment-info .thumbnail-image img { 2769 margin: 0; 2788 .edit-attachment-frame .attachment-media-view { 2789 float: left; 2790 width: 65%; 2791 height: 100%; 2770 2792 } 2771 2793 2772 .edit-attachment-frame .attachment-info .thumbnail-image:after { 2773 -webkit-box-shadow: none; 2774 box-shadow: none; 2794 .edit-attachment-frame .attachment-media-view .thumbnail { 2795 box-sizing: border-box; 2796 padding: 16px; 2797 height: 100%; 2775 2798 } 2776 2799 2777 .edit-attachment-frame .attachment-info .thumbnail img { 2800 .edit-attachment-frame .attachment-media-view img { 2801 display: block; 2802 margin-bottom: 16px; 2778 2803 max-width: 100%; 2779 max-height: 100%;2804 max-height: calc( 100% - 42px ); /* leave space for actions underneath */ 2780 2805 } 2781 2806 2782 .edit-attachment-frame .attachment-info .details { 2783 float: none; 2807 .edit-attachment-frame .delete-attachment { 2808 float: right; 2809 margin-top: 7px; 2784 2810 } 2785 2811 2786 2812 .edit-attachment-frame .wp-media-wrapper { 2787 2813 margin-bottom: 12px; 2788 2814 } 2789 2815 2790 .edit-attachment-frame .attachment-fields { 2791 bottom: 0; 2792 padding: 2% 4%; 2793 position: absolute; 2794 top: 0; 2795 left: 50%; 2796 right: 0; 2816 .edit-attachment-frame .attachment-info { 2817 overflow: auto; 2818 box-sizing: border-box; 2819 margin-bottom: 0; 2820 padding: 12px 16px 0; 2821 width: 35%; 2822 height: 100%; 2823 border-bottom: 0; 2824 border-left: 1px solid #ddd; 2825 background: #f3f3f3; 2826 } 2827 2828 .edit-attachment-frame .attachment-info .details, 2829 .edit-attachment-frame .attachment-info .settings { 2830 overflow: hidden; 2831 float: none; 2832 margin-bottom: 15px; 2833 padding-bottom: 15px; 2834 border-bottom: 1px solid #ddd; 2797 2835 } 2798 2836 2799 .edit-attachment-frame .attachment- fields.setting {2837 .edit-attachment-frame .attachment-info .setting { 2800 2838 display: block; 2801 2839 float: left; 2802 2840 width: 100%; 2803 2841 margin: 1px 0; 2804 2842 } 2805 2843 2806 .edit-attachment-frame .attachment- fields.setting label {2844 .edit-attachment-frame .attachment-info .setting label { 2807 2845 display: block; 2808 2846 } 2809 2847 2810 .edit-attachment-frame .attachment- fields.setting .link-to-custom {2848 .edit-attachment-frame .attachment-info .setting .link-to-custom { 2811 2849 margin: 3px 0; 2812 2850 } 2813 2851 2814 .edit-attachment-frame .attachment- fields.setting .name {2852 .edit-attachment-frame .attachment-info .setting .name { 2815 2853 min-width: 30%; 2816 2854 margin-right: 4%; 2817 2855 font-size: 12px; 2818 2856 text-align: right; 2819 2857 } 2820 2858 2821 .edit-attachment-frame .attachment- fields.setting select {2859 .edit-attachment-frame .attachment-info .setting select { 2822 2860 max-width: 65%; 2823 2861 } 2824 2862 2825 .edit-attachment-frame .attachment- fields.setting input[type="checkbox"],2826 .edit-attachment-frame .attachment- fields.field input[type="checkbox"] {2863 .edit-attachment-frame .attachment-info .setting input[type="checkbox"], 2864 .edit-attachment-frame .attachment-info .field input[type="checkbox"] { 2827 2865 width: 16px; 2828 2866 float: none; 2829 2867 margin: 8px 3px 0; 2830 2868 padding: 0; 2831 2869 } 2832 2870 2833 .edit-attachment-frame .attachment- fields.setting span {2871 .edit-attachment-frame .attachment-info .setting span { 2834 2872 float: left; 2835 2873 min-height: 22px; 2836 2874 padding-top: 8px; … … video#inline-media-node { 2839 2877 color: #666; 2840 2878 } 2841 2879 2842 .edit-attachment-frame .attachment- fields.setting input[type="text"],2843 .edit-attachment-frame .attachment- fields.setting input[type="password"],2844 .edit-attachment-frame .attachment- fields.setting input[type="number"],2845 .edit-attachment-frame .attachment- fields.setting input[type="search"],2846 .edit-attachment-frame .attachment- fields.setting input[type="email"],2847 .edit-attachment-frame .attachment- fields.setting input[type="url"],2848 .edit-attachment-frame .attachment- fields.setting textarea,2849 .edit-attachment-frame .attachment- fields.setting .value {2880 .edit-attachment-frame .attachment-info .setting input[type="text"], 2881 .edit-attachment-frame .attachment-info .setting input[type="password"], 2882 .edit-attachment-frame .attachment-info .setting input[type="number"], 2883 .edit-attachment-frame .attachment-info .setting input[type="search"], 2884 .edit-attachment-frame .attachment-info .setting input[type="email"], 2885 .edit-attachment-frame .attachment-info .setting input[type="url"], 2886 .edit-attachment-frame .attachment-info .setting textarea, 2887 .edit-attachment-frame .attachment-info .setting .value { 2850 2888 margin: 1px; 2851 2889 width: 65%; 2852 2890 float: right; … … video#inline-media-node { 2856 2894 box-sizing: border-box; 2857 2895 } 2858 2896 2859 .edit-attachment-frame .attachment- fields.setting textarea {2897 .edit-attachment-frame .attachment-info .setting textarea { 2860 2898 height: 62px; 2861 2899 resize: vertical; 2862 2900 } 2863 2901 2864 .edit-attachment-frame .attachment- fieldsselect {2902 .edit-attachment-frame .attachment-info select { 2865 2903 margin-top: 3px; 2866 2904 } 2867 2905 -
src/wp-includes/js/media-grid.js
diff --git a/src/wp-includes/js/media-grid.js b/src/wp-includes/js/media-grid.js index 3521bbc..d9029ba 100644
a b 11 11 } 12 12 13 13 /** 14 * A state for editing (cropping, etc.) an image.14 * A state for editing an attachment's metadata. 15 15 * 16 16 * @constructor 17 17 * @augments wp.media.controller.State 18 18 * @augments Backbone.Model 19 19 */ 20 media.controller.Edit ImageNoFrame= media.controller.State.extend({20 media.controller.EditAttachmentMetadata = media.controller.State.extend({ 21 21 defaults: { 22 22 id: 'edit-attachment', 23 title: l10n. editImage,23 title: l10n.attachmentDetails, 24 24 // Region mode defaults. 25 25 menu: false, 26 router: 'edit-metadata',27 26 content: 'edit-metadata', 28 27 29 28 url: '' … … 36 35 * include the regions expected there. 37 36 */ 38 37 _postActivate: function() { 38 this.frame.on( 'title:render:default', this._renderTitle, this ); 39 40 this._title(); 39 41 this._content(); 40 this._router();41 42 }, 42 43 43 44 /** 44 45 * @access private 45 46 */ 46 _router: function() { 47 var router = this.frame.router, 48 mode = this.get('router'), 49 view; 50 51 this.frame.$el.toggleClass( 'hide-router', ! mode ); 52 if ( ! mode ) { 53 return; 54 } 55 56 this.frame.router.render( mode ); 57 58 view = router.get(); 59 if ( view && view.select ) { 60 view.select( this.frame.content.mode() ); 61 } 47 _title: function() { 48 this.frame.title.render( this.get('titleMode') || 'default' ); 49 }, 50 /** 51 * @access private 52 */ 53 _renderTitle: function( view ) { 54 view.$el.text( this.get('title') || '' ); 62 55 }, 63 56 64 57 _content: function() { … … 286 279 media.view.Attachment.Details.TwoColumn = media.view.Attachment.Details.extend({ 287 280 template: wp.template( 'attachment-details-two-column' ), 288 281 282 events: { 283 'change [data-setting]': 'updateSetting', 284 'change [data-setting] input': 'updateSetting', 285 'change [data-setting] select': 'updateSetting', 286 'change [data-setting] textarea': 'updateSetting', 287 'click .delete-attachment': 'deleteAttachment', 288 'click .trash-attachment': 'trashAttachment', 289 'click .edit-attachment': 'editAttachment', 290 'click .refresh-attachment': 'refreshAttachment', 291 'click .edit-image': 'handleEditImageClick' 292 }, 293 289 294 initialize: function() { 290 295 if ( ! this.model ) { 291 296 return; … … 322 327 media.view.Attachment.Details.prototype.deleteAttachment.apply( this, arguments ); 323 328 }, 324 329 330 handleEditImageClick: function( event ) { 331 this.controller.setState( 'edit-image' ); 332 }, 333 325 334 afterDelete: function( model ) { 326 335 if ( ! model.destroyed ) { 327 336 return; … … 405 414 * 406 415 * Requires an attachment model to be passed in the options hash under `model`. 407 416 */ 408 media.view.MediaFrame.EditAttachments = media.view. Frame.extend({417 media.view.MediaFrame.EditAttachments = media.view.MediaFrame.extend({ 409 418 410 419 className: 'edit-attachment-frame', 411 420 template: media.template( 'edit-attachment-frame' ), 412 regions: [ ' router', 'content' ],421 regions: [ 'title', 'content' ], 413 422 414 423 events: { 415 424 'click': 'collapse', … … 440 449 this.on( 'content:render:edit-metadata', this.editMetadataContent, this ); 441 450 this.on( 'content:render:edit-image', this.editImageContentUgh, this ); 442 451 this.on( 'close', this.detach ); 443 this.on( 'router:create', this.createRouter, this ); 444 this.on( 'router:render', this.browseRouter, this ); 452 453 // Bind default title creation. 454 this.on( 'title:create:default', this.createTitle, this ); 455 this.title.mode('default'); 445 456 446 457 this.options.hasPrevious = this.hasPrevious(); 447 458 this.options.hasNext = this.hasNext(); … … 474 485 * Add the default states to the frame. 475 486 */ 476 487 createStates: function() { 488 var editImageState = new media.controller.EditImage( { model: this.model } ); 489 // Noop some methods. 490 editImageState._toolbar = function() {}; 491 editImageState._router = function() {}; 492 editImageState._menu = function() {}; 477 493 this.states.add([ 478 new media.controller.EditImageNoFrame( { model: this.model } ) 479 ]); 480 }, 494 new media.controller.EditAttachmentMetadata( { model: this.model } ), 495 editImageState 481 496 482 /** 483 * @returns {wp.media.view.MediaFrame} Returns itself to allow chaining 484 */ 485 render: function() { 486 // Activate the default state if no active state exists. 487 if ( ! this.state() && this.options.state ) { 488 this.setState( this.options.state ); 489 } 490 /** 491 * call 'render' directly on the parent class 492 */ 493 return media.view.Frame.prototype.render.apply( this, arguments ); 497 ]); 494 498 }, 495 499 496 500 /** … … 530 534 view.loadEditor(); 531 535 }, 532 536 533 /**534 * Create the router view.535 *536 * @param {Object} router537 * @this wp.media.controller.Region538 */539 createRouter: function( router ) {540 router.view = new media.view.Router({541 controller: this542 });543 },544 545 /**546 * Router rendering callback.547 *548 * @param media.view.Router view Instantiated in this.createRouter()549 */550 browseRouter: function( view ) {551 view.set({552 'edit-metadata': {553 text: l10n.editMetadata,554 priority: 20555 }556 });557 558 // Only need a tab to Edit Image for images.559 if ( 'undefined' !== typeof this.model && this.model.get( 'type' ) === 'image' ) {560 view.set({561 'edit-image': {562 text: l10n.editImage,563 priority: 40564 }565 });566 }567 },568 569 537 resetContent: function() { 570 538 this.modal.close(); 571 539 wp.media( { -
src/wp-includes/media-template.php
diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php index 40a20a4..88cd275 100644
a b function wp_print_media_templates() { 255 255 256 256 <script type="text/html" id="tmpl-edit-attachment-frame"> 257 257 <div class="edit-media-header"> 258 <button class="left dashicons dashicons-no<# if ( ! data.hasPrevious ) { #> disabled <# } #>"><span class="screen-reader-text"><?php _e( 'Edit previous media item' ); ?></span></button>259 <button class="right dashicons dashicons-no<# if ( ! data.hasNext ) { #> disabled <# } #>"><span class="screen-reader-text"><?php _e( 'Edit next media item' ); ?></span></button>258 <button class="left dashicons <# if ( ! data.hasPrevious ) { #> disabled <# } #>"><span class="screen-reader-text"><?php _e( 'Edit previous media item' ); ?></span></button> 259 <button class="right dashicons <# if ( ! data.hasNext ) { #> disabled <# } #>"><span class="screen-reader-text"><?php _e( 'Edit next media item' ); ?></span></button> 260 260 </div> 261 <div class="media-frame- router"></div>261 <div class="media-frame-title"></div> 262 262 <div class="media-frame-content"></div> 263 263 </script> 264 264 265 265 <script type="text/html" id="tmpl-attachment-details-two-column"> 266 266 <h3> 267 267 <?php _e('Attachment Details'); ?> 268 269 <span class="settings-save-status">270 <span class="spinner"></span>271 <span class="saved"><?php esc_html_e('Saved.'); ?></span>272 </span>273 268 </h3> 274 <div class="attachment- info">269 <div class="attachment-media-view"> 275 270 <div class="thumbnail thumbnail-{{ data.type }}"> 276 271 <# if ( data.uploading ) { #> 277 272 <div class="media-progress-bar"><div></div></div> … … function wp_print_media_templates() { 280 275 <# } else if ( -1 === jQuery.inArray( data.type, [ 'audio', 'video' ] ) ) { #> 281 276 <img src="{{ data.icon }}" class="icon" draggable="false" /> 282 277 <# } #> 278 279 <# if ( 'audio' === data.type ) { #> 280 <div class="wp-media-wrapper"> 281 <audio style="visibility: hidden" controls class="wp-audio-shortcode" width="100%" preload="none"> 282 <source type="{{ data.mime }}" src="{{ data.url }}"/> 283 </audio> 284 </div> 285 <# } else if ( 'video' === data.type ) { #> 286 <div style="max-width: 100%; width: {{ data.width }}px" class="wp-media-wrapper"> 287 <video controls class="wp-video-shortcode" preload="metadata" 288 width="{{ data.width }}" height="{{ data.height }}" 289 <# if ( data.image && data.image.src !== data.icon ) { #>poster="{{ data.image.src }}"<# } #>> 290 <source type="{{ data.mime }}" src="{{ data.url }}"/> 291 </video> 292 </div> 293 <# } #> 294 295 <div class="attachment-actions"> 296 <# if ( 'image' === data.type && ! data.uploading ) { #> 297 <a class="button edit-image" href="#"><?php _e( 'Edit Image' ); ?></a> 298 <# } #> 299 300 <# if ( ! data.uploading && data.can.remove ) { #> 301 <?php if ( MEDIA_TRASH ): ?> 302 <a class="trash-attachment" href="#"><?php _e( 'Trash' ); ?></a> 303 <?php else: ?> 304 <a class="delete-attachment" href="#"><?php _e( 'Delete Permanently' ); ?></a> 305 <?php endif; ?> 306 <# } #> 307 </div> 283 308 </div> 284 <# if ( 'audio' === data.type ) { #> 285 <div class="wp-media-wrapper"> 286 <audio style="visibility: hidden" controls class="wp-audio-shortcode" width="100%" preload="none"> 287 <source type="{{ data.mime }}" src="{{ data.url }}"/> 288 </audio> 289 </div> 290 <# } else if ( 'video' === data.type ) { #> 291 <div style="max-width: 100%; width: {{ data.width }}px" class="wp-media-wrapper"> 292 <video controls class="wp-video-shortcode" preload="metadata" 293 width="{{ data.width }}" height="{{ data.height }}" 294 <# if ( data.image && data.image.src !== data.icon ) { #>poster="{{ data.image.src }}"<# } #>> 295 <source type="{{ data.mime }}" src="{{ data.url }}"/> 296 </video> 297 </div> 298 <# } #> 309 </div> 310 <div class="attachment-info"> 311 <span class="settings-save-status"> 312 <span class="spinner"></span> 313 <span class="saved"><?php esc_html_e('Saved.'); ?></span> 314 </span> 299 315 <div class="details"> 300 316 <div class="filename"><strong><?php _e( 'File name:' ); ?></strong> {{ data.filename }}</div> 301 317 <div class="filename"><strong><?php _e( 'File type:' ); ?></strong> {{ data.mime }}</div> … … function wp_print_media_templates() { 321 337 </div> 322 338 <# } #> 323 339 324 <# if ( ! data.uploading && data.can.remove ) { #>325 <?php if ( MEDIA_TRASH ): ?>326 <a class="trash-attachment" href="#"><?php _e( 'Trash' ); ?></a>327 <?php else: ?>328 <a class="delete-attachment" href="#"><?php _e( 'Delete Permanently' ); ?></a>329 <?php endif; ?>330 <# } #>331 332 340 <div class="compat-meta"> 333 341 <# if ( data.compat && data.compat.meta ) { #> 334 342 {{{ data.compat.meta }}} 335 343 <# } #> 336 344 </div> 337 345 </div> 338 </div> 339 <div class="attachment-fields"> 340 <label class="setting" data-setting="url"> 341 <span class="name"><?php _e('URL'); ?></span> 342 <input type="text" value="{{ data.url }}" readonly /> 343 </label> 344 <# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #> 345 <label class="setting" data-setting="title"> 346 <span class="name"><?php _e('Title'); ?></span> 347 <input type="text" value="{{ data.title }}" {{ maybeReadOnly }} /> 348 </label> 349 <# if ( 'audio' === data.type ) { #> 350 <?php foreach ( array( 351 'artist' => __( 'Artist' ), 352 'album' => __( 'Album' ), 353 ) as $key => $label ) : ?> 354 <label class="setting" data-setting="<?php echo esc_attr( $key ) ?>"> 355 <span class="name"><?php echo $label ?></span> 356 <input type="text" value="{{ data.<?php echo $key ?> || data.meta.<?php echo $key ?> || '' }}" /> 357 </label> 358 <?php endforeach; ?> 359 <# } #> 360 <label class="setting" data-setting="caption"> 361 <span class="name"><?php _e('Caption'); ?></span> 362 <textarea {{ maybeReadOnly }}>{{ data.caption }}</textarea> 363 </label> 364 <# if ( 'image' === data.type ) { #> 365 <label class="setting" data-setting="alt"> 366 <span class="name"><?php _e('Alt Text'); ?></span> 367 <input type="text" value="{{ data.alt }}" {{ maybeReadOnly }} /> 346 347 <div class="settings"> 348 <label class="setting" data-setting="url"> 349 <span class="name"><?php _e('URL'); ?></span> 350 <input type="text" value="{{ data.url }}" readonly /> 351 </label> 352 <# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #> 353 <label class="setting" data-setting="title"> 354 <span class="name"><?php _e('Title'); ?></span> 355 <input type="text" value="{{ data.title }}" {{ maybeReadOnly }} /> 356 </label> 357 <# if ( 'audio' === data.type ) { #> 358 <?php foreach ( array( 359 'artist' => __( 'Artist' ), 360 'album' => __( 'Album' ), 361 ) as $key => $label ) : ?> 362 <label class="setting" data-setting="<?php echo esc_attr( $key ) ?>"> 363 <span class="name"><?php echo $label ?></span> 364 <input type="text" value="{{ data.<?php echo $key ?> || data.meta.<?php echo $key ?> || '' }}" /> 365 </label> 366 <?php endforeach; ?> 367 <# } #> 368 <label class="setting" data-setting="caption"> 369 <span class="name"><?php _e('Caption'); ?></span> 370 <textarea {{ maybeReadOnly }}>{{ data.caption }}</textarea> 371 </label> 372 <# if ( 'image' === data.type ) { #> 373 <label class="setting" data-setting="alt"> 374 <span class="name"><?php _e('Alt Text'); ?></span> 375 <input type="text" value="{{ data.alt }}" {{ maybeReadOnly }} /> 376 </label> 377 <# } #> 378 <label class="setting" data-setting="description"> 379 <span class="name"><?php _e('Description'); ?></span> 380 <textarea {{ maybeReadOnly }}>{{ data.description }}</textarea> 368 381 </label> 369 <# } #>370 <label class="setting" data-setting="description">371 <span class="name"><?php _e('Description'); ?></span>372 <textarea {{ maybeReadOnly }}>{{ data.description }}</textarea>373 </label>374 <label class="setting">375 <span class="name"><?php _e( 'Uploaded By' ); ?></span>376 <span class="value">{{ data.authorName }}</span>377 </label>378 <# if ( data.uploadedTo ) { #>379 382 <label class="setting"> 380 <span class="name"><?php _e( 'Uploaded To'); ?></span>381 <span class="value"> <a href="{{ data.uploadedToLink }}">{{ data.uploadedToTitle }}</a></span>383 <span class="name"><?php _e( 'Uploaded By' ); ?></span> 384 <span class="value">{{ data.authorName }}</span> 382 385 </label> 383 <# } #> 386 <# if ( data.uploadedTo ) { #> 387 <label class="setting"> 388 <span class="name"><?php _e('Uploaded To'); ?></span> 389 <span class="value"><a href="{{ data.uploadedToLink }}">{{ data.uploadedToTitle }}</a></span> 390 </label> 391 <# } #> 392 </div> 393 394 <a href="post.php?post={{ data.id }}&action=edit">Edit more details</a> 384 395 385 396 </div> 386 397 </script> -
src/wp-includes/media.php
diff --git a/src/wp-includes/media.php b/src/wp-includes/media.php index a7000b8..6e81b42 100644
a b function wp_enqueue_media( $args = array() ) { 2909 2909 'uploadedToThisPost' => $hier ? __( 'Uploaded to this page' ) : __( 'Uploaded to this post' ), 2910 2910 'warnDelete' => __( "You are about to permanently delete this item.\n 'Cancel' to stop, 'OK' to delete." ), 2911 2911 2912 // Library Details 2913 'attachmentDetails' => __( 'Attachment Details' ), 2914 2912 2915 // From URL 2913 2916 'insertFromUrlTitle' => __( 'Insert from URL' ), 2914 2917