Make WordPress Core


Ignore:
Timestamp:
07/04/2008 04:12:31 PM (18 years ago)
Author:
ryan
Message:

Gears and styling updates for Press This from azaozz. see #6813

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/press-this.php

    r8240 r8256  
    137137    </div>
    138138       
    139     <p><input type="hidden" name="this_photo" value="<?php echo attribute_escape($image); ?>" id="this_photo" />
    140         <a href="#" class="select"><img src="<?php echo clean_url($image); ?>" width="475" alt="<?php echo attribute_escape(__('Click to insert.')); ?>" title="<?php echo attribute_escape(__('Click to insert.')); ?>" /></a></p>
    141    
    142     <p id="options"><a href="#" class="select"><?php _e('Insert Image'); ?></a> | <a href="#" class="cancel"><?php _e('Cancel'); ?></a></p>
     139    <p class="centered"><input type="hidden" name="this_photo" value="<?php echo attribute_escape($image); ?>" id="this_photo" />
     140        <a href="#" class="select"><img src="<?php echo clean_url($image); ?>" alt="<?php echo attribute_escape(__('Click to insert.')); ?>" title="<?php echo attribute_escape(__('Click to insert.')); ?>" /></a></p>
     141   
     142    <p id="options"><a href="#" class="select button"><?php _e('Insert Image'); ?></a> <a href="#" class="cancel button"><?php _e('Cancel'); ?></a></p>
    143143<?php die;
    144144}
     
    296296    <title><?php _e('Press This') ?></title>
    297297
    298     <script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js"></script>
     298    <script type="text/javascript" src="../wp-includes/js/tinymce/tiny_mce.js?ver=311"></script>
    299299<?php
    300300    add_thickbox();
Note: See TracChangeset for help on using the changeset viewer.