Ticket #6659: invalid-markup-uploader.patch
| File invalid-markup-uploader.patch, 1.7 KB (added by , 18 years ago) |
|---|
-
trunk/wp-admin/includes/media.php
665 665 $toggle_links 666 666 <div class='filename new'>$display_title</div> 667 667 <table class='slidetoggle describe $class'> 668 <t bodyclass='media-item-info'>668 <thead class='media-item-info'> 669 669 <tr> 670 670 <td class='A1B1' rowspan='4'><img class='thumbnail' src='$thumb_url' alt='' /></td> 671 671 <td>$filename</td> 672 672 </tr> 673 <t d>$post->post_mime_type</td></tr>673 <tr><td>$post->post_mime_type</td></tr> 674 674 <tr><td>" . mysql2date($post->post_date, get_option('time_format')) . "</td></tr> 675 <tr><td>" . apply_filters('media_meta', '', $post) . "</t r></td>676 </t body>675 <tr><td>" . apply_filters('media_meta', '', $post) . "</td></tr> 676 </thead> 677 677 <tbody>\n"; 678 678 679 679 $defaults = array( … … 744 744 745 745 if ( !empty($form_fields['_final']) ) 746 746 $item .= "\t\t<tr class='final'><td colspan='2'>{$form_fields['_final']}</td></tr>\n"; 747 $item .= "\t</tbody>\n"; 747 748 $item .= "\t</table>\n"; 748 749 749 750 foreach ( $hidden_fields as $name => $value ) -
trunk/wp-admin/css/media.css
137 137 max-width: 40px; 138 138 } 139 139 140 t body.media-item-info tr {140 thead.media-item-info tr { 141 141 background-color: transparent; 142 142 } 143 t body.media-item-info th, tbody.media-item-info td {143 thead.media-item-info th, thead.media-item-info td { 144 144 border: none; 145 145 margin: 0; 146 146 } 147 147 148 .form-table t body.media-item-info {148 .form-table thead.media-item-info { 149 149 border: 8px solid #fff; 150 150 } 151 151
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)