Changeset 8362
- Timestamp:
- 07/16/2008 10:12:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-admin/includes/media.php
r8321 r8362 885 885 886 886 ?> 887 <input type='hidden' name='post_id' value='<?php echo (int) $post_id; ?>' />888 887 <div id="media-upload-notice"> 889 888 <?php if (isset($errors['upload_notice']) ) { ?> … … 948 947 <?php do_action('pre-html-upload-ui'); ?> 949 948 <p> 950 <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>949 <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> 951 950 </p> 952 <input type="hidden" name="post_id" id="post_id" value="<?php echo (int) $post_id; ?>" />953 951 <br class="clear" /> 954 952 <?php if ( is_lighttpd_before_150() ): ?> … … 1083 1081 </div> 1084 1082 <input type="submit" class="button savebutton" name="save" value="<?php echo attribute_escape( __( 'Save all changes' ) ); ?>" /> 1083 </form> 1085 1084 <?php 1086 1085 endif; … … 1286 1285 <span class="alignright"><img id="status_img" src="images/required.gif" title="required" alt="required" /></span> 1287 1286 </th> 1288 <td class="field"><input id="src" name="src" value="" type="text" aria-required="true" onblur="addExtImage.getImageData()" ></td>1287 <td class="field"><input id="src" name="src" value="" type="text" aria-required="true" onblur="addExtImage.getImageData()" /></td> 1289 1288 </tr> 1290 1289
Note: See TracChangeset
for help on using the changeset viewer.