Make WordPress Core


Ignore:
Timestamp:
10/02/2008 05:24:20 PM (18 years ago)
Author:
azaozz
Message:

Some CSS for turbo.php and press-this-landing.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/turbo.php

    r9043 r9068  
    1111
    1212$title = __('Turbo');
     13wp_enqueue_script( 'wp-gears' );
    1314
    1415require_once('admin-header.php');
     
    1617if ( ! $is_opera ) {
    1718?>
    18         <div id="gears-info-box" class="info-box" style="display:none;">
     19        <div id="gears-info-box" class="wrap">
    1920        <img src="images/gear.png" title="Gear" alt="" class="gears-img" />
    2021        <div id="gears-msg1">
     
    2324        <a href="http://gears.google.com/" target="_blank" style="font-weight:normal;"><?php _e('More information...'); ?></a></p>
    2425        <p><?php _e('After you install and enable Gears, most of WordPress&#8217; images, scripts, and CSS files will be stored locally on your computer. This speeds up page load time.'); ?></p>
    25         <p><strong><?php _e('Don&#8217;t install on a public or shared computer.'); ?></strong></p>     <div class="submit"><button onclick="window.location = 'http://gears.google.com/?action=install&amp;return=<?php echo urlencode( admin_url() ); ?>';" class="button"><?php _e('Install Now'); ?></button>
    26         <button class="button" style="margin-left:10px;" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Cancel'); ?></button></div>
     26        <p><strong><?php _e('Don&#8217;t install on a public or shared computer.'); ?></strong></p>
     27        <div class="buttons"><button onclick="window.location = 'http://gears.google.com/?action=install&amp;return=<?php echo urlencode( admin_url() ); ?>';" class="button"><?php _e('Install Now'); ?></button></div>
    2728        </div>
    2829
     
    3233        <p><?php _e('To enable it click the button below.'); ?></p>
    3334        <p><strong><?php _e('However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p>
    34         <div class="submit"><button class="button" onclick="wpGears.getPermission();"><?php _e('Enable Gears'); ?></button>
    35         <button class="button" style="margin-left:10px;" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Cancel'); ?></button></div>
     35        <div class="buttons"><button class="button" onclick="wpGears.getPermission();"><?php _e('Enable Gears'); ?></button></div>
    3636        </div>
    3737
Note: See TracChangeset for help on using the changeset viewer.