Changeset 9068 for trunk/wp-admin/turbo.php
- Timestamp:
- 10/02/2008 05:24:20 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/turbo.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/turbo.php
r9043 r9068 11 11 12 12 $title = __('Turbo'); 13 wp_enqueue_script( 'wp-gears' ); 13 14 14 15 require_once('admin-header.php'); … … 16 17 if ( ! $is_opera ) { 17 18 ?> 18 <div id="gears-info-box" class=" info-box" style="display:none;">19 <div id="gears-info-box" class="wrap"> 19 20 <img src="images/gear.png" title="Gear" alt="" class="gears-img" /> 20 21 <div id="gears-msg1"> … … 23 24 <a href="http://gears.google.com/" target="_blank" style="font-weight:normal;"><?php _e('More information...'); ?></a></p> 24 25 <p><?php _e('After you install and enable Gears, most of WordPress’ 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’t install on a public or shared computer.'); ?></strong></p> <div class="submit"><button onclick="window.location = 'http://gears.google.com/?action=install&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’t install on a public or shared computer.'); ?></strong></p> 27 <div class="buttons"><button onclick="window.location = 'http://gears.google.com/?action=install&return=<?php echo urlencode( admin_url() ); ?>';" class="button"><?php _e('Install Now'); ?></button></div> 27 28 </div> 28 29 … … 32 33 <p><?php _e('To enable it click the button below.'); ?></p> 33 34 <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> 36 36 </div> 37 37
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)