Ticket #5765: mediatxt.diff
File mediatxt.diff, 1.1 KB (added by , 17 years ago) |
---|
-
opt/www/eclipsework/WPDev/wp-admin/includes/media.php
598 598 </div> 599 599 600 600 <div id="html-upload-ui"> 601 <p><label for="async-upload"><?php _e('Choose image'); ?></label>601 <p><label for="async-upload"><?php _e('Choose media file'); ?></label> 602 602 <input type="file" name="async-upload" id="async-upload" /> 603 <label for="image-file" class="form-help"><?php _e(' Only PNG, JPG, GIF'); ?></label>603 <label for="image-file" class="form-help"><?php _e('Any allowed file type'); ?></label> 604 604 </p> 605 605 <p> 606 <button id="upload-button" name="upload-button" value="1" class="button-ok"><?php _e(' Add Image'); ?></button>606 <button id="upload-button" name="upload-button" value="1" class="button-ok"><?php _e('Upload media file'); ?></button> 607 607 <a href="#" onClick="return top.tb_remove();" id="image-cancel" class="button-cancel"><?php _e('Cancel'); ?></a> 608 608 </p> 609 609 <input type="hidden" name="post_id" id="post_id" value="<?php echo $post_id; ?>" />