Changeset 9943 for trunk/wp-admin/tools.php
- Timestamp:
- 11/28/2008 10:14:43 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/tools.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/tools.php
r9929 r9943 17 17 screen_icon(); 18 18 ?> 19 <h2><?php echo wp_specialchars( $title ); ?></h2> 19 <div class="wrap"> 20 <h2><?php echo wp_specialchars( $title ); ?></h2> 21 22 <div class="tool-box"> 20 23 <?php 21 24 if ( ! $is_opera ) { 22 25 ?> 23 <div id="gears-info-box" class="wrap">24 <h3><?php _e('Turbo'); ?></h3>25 26 <img src="images/gear.png" title="Gear" alt="" class="gears-img" />27 26 <div id="gears-msg1"> 28 <h3 class=" info-box-title"><?php _e('Speed up WordPress'); ?></h3>27 <h3 class="title"><?php _e('Turbo:'); ?> <?php _e('Speed up WordPress'); ?></h3> 29 28 <p><?php _e('WordPress now has support for Gears, which adds new features to your web browser.'); ?><br /> 30 29 <a href="http://gears.google.com/" target="_blank" style="font-weight:normal;"><?php _e('More information...'); ?></a></p> … … 35 34 36 35 <div id="gears-msg2" style="display:none;"> 37 <h3 class=" info-box-title"><?php _e('Gears Status'); ?></h3>36 <h3 class="title"><?php _e('Turbo:'); ?> <?php _e('Gears Status'); ?></h3> 38 37 <p><?php _e('Gears is installed on this computer, but is not enabled for use with WordPress.'); ?></p> 39 38 <p><?php _e('To enable it click the button below.'); ?></p> … … 43 42 44 43 <div id="gears-msg3" style="display:none;"> 45 <h3 class=" info-box-title"><?php _e('Gears Status'); ?></h3>44 <h3 class="title"><?php _e('Turbo:'); ?> <?php _e('Gears Status'); ?></h3> 46 45 <p><?php 47 46 … … 59 58 60 59 <div id="gears-msg4" style="display:none;"> 61 <h3 class=" info-box-title"><?php _e('Gears Status'); ?></h3>60 <h3 class="title"><?php _e('Turbo:'); ?> <?php _e('Gears Status'); ?></h3> 62 61 <p><?php _e('This web site is denied to use Gears.'); ?></p> 63 62 <p><?php … … 73 72 <p><strong><?php _e('However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p> 74 73 </div> 75 76 </div> 77 78 <script type="text/javascript"> 79 wpGears.message(1); 80 </script> 74 <script type="text/javascript">wpGears.message();</script> 81 75 <?php } else { 82 76 _e('Turbo is not available for your browser.'); 83 } 84 ?> 85 <h3><?php _e('Press This') ?></h3> 86 <p><?php _e('Drag-and-drop the following link to your bookmarks bar or right click it and add it to your favorites for a posting shortcut.') ?> <a href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>" title="<?php echo attribute_escape(__('Press This')) ?>"><?php _e('Press This') ?></a></p> 77 } ?> 78 </div> 87 79 80 <div class="tool-box"> 81 <h3 class="title"><?php _e('Press This') ?></h3> 82 <p><?php _e('Drag-and-drop the following link to your bookmarks bar or right click it and add it to your favorites for a posting shortcut.') ?></p> 83 <p class="pressthis"><a href="<?php echo htmlspecialchars( get_shortcut_link() ); ?>" title="<?php echo attribute_escape(__('Press This')) ?>"><?php _e('Press This') ?></a></p> 84 </div> 85 86 </div> 88 87 <?php 89 88 include('admin-footer.php');
Note: See TracChangeset
for help on using the changeset viewer.