Changeset 8361
- Timestamp:
- 07/16/2008 10:09:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r8358 r8361 872 872 873 873 ?> 874 <input type='hidden' name='post_id' value='<?php echo (int) $post_id; ?>' />875 874 <div id="media-upload-notice"> 876 875 <?php if (isset($errors['upload_notice']) ) { ?> … … 935 934 <?php do_action('pre-html-upload-ui'); ?> 936 935 <p> 937 <input type="file" name="async-upload" id="async-upload" /> <input type="submit" class="button" name="html-upload" value="<?php echo attribute_escape(__('Upload')); ?>" /> <a href="#" on Click="return top.tb_remove();"><?php _e('Cancel'); ?></a>936 <input type="file" name="async-upload" id="async-upload" /> <input type="submit" class="button" name="html-upload" value="<?php echo attribute_escape(__('Upload')); ?>" /> <a href="#" onclick="return top.tb_remove();"><?php _e('Cancel'); ?></a> 938 937 </p> 939 <input type="hidden" name="post_id" id="post_id" value="<?php echo (int) $post_id; ?>" /> 938 940 939 <br class="clear" /> 941 940 <?php if ( is_lighttpd_before_150() ): ?> … … 1070 1069 </div> 1071 1070 <input type="submit" class="button savebutton" name="save" value="<?php echo attribute_escape( __( 'Save all changes' ) ); ?>" /> 1071 </form> 1072 1072 <?php 1073 1073 endif; … … 1282 1282 <span class="alignright"><img id="status_img" src="images/required.gif" title="required" alt="required" /></span> 1283 1283 </th> 1284 <td class="field"><input id="src" name="src" value="" type="text" aria-required="true" onblur="addExtImage.getImageData()" ></td>1284 <td class="field"><input id="src" name="src" value="" type="text" aria-required="true" onblur="addExtImage.getImageData()" /></td> 1285 1285 </tr> 1286 1286
Note: See TracChangeset
for help on using the changeset viewer.