Make WordPress Core


Ignore:
Timestamp:
05/03/2010 11:25:14 PM (16 years ago)
Author:
wpmuguru
Message:

themes admin pages UI cleanup, props PeteMall, see #13238

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-themes.php

    r14374 r14425  
    3030        <?php screen_icon(); ?>
    3131        <h2><?php _e( 'Network Themes' ) ?></h2>
    32         <p><?php _e( 'Disable themes network-wide. You can enable themes on a site-by-site basis.' ) ?></p>
     32        <p><?php _e( 'Themes must be enabled for your network before they will be available to individual sites.' ) ?></p>
     33        <p class="submit">
     34            <input type="submit" value="<?php _e( 'Apply Changes' ) ?>" /></p>
    3335        <table class="widefat">
    3436            <thead>
    3537                <tr>
    36                     <th style="width:15%;text-align:center;"><?php _e( 'Active' ) ?></th>
     38                    <th style="width:15%;"><?php _e( 'Enable' ) ?></th>
    3739                    <th style="width:25%;"><?php _e( 'Theme' ) ?></th>
    3840                    <th style="width:10%;"><?php _e( 'Version' ) ?></th>
     
    6062                ?>
    6163                <tr valign="top" class="<?php echo $class, $class1; ?>">
    62                     <td style="text-align:center;">
     64                    <td>
    6365                        <label><input name="theme[<?php echo $theme_key ?>]" type="radio" id="enabled_<?php echo $theme_key ?>" value="enabled" <?php checked( $enabled ) ?> /> <?php _e( 'Yes' ) ?></label>
    6466                        &nbsp;&nbsp;&nbsp;
     
    7476
    7577        <p class="submit">
    76             <input type="submit" value="<?php _e( 'Update Themes' ) ?>" /></p>
     78            <input type="submit" value="<?php _e( 'Apply Changes' ) ?>" /></p>
    7779    </form>
    7880
     
    8183        <?php printf( __( 'Themes Installed: %d' ), $total_theme_count); ?>
    8284        <br />
    83         <?php printf( __( 'Themes Activated: %d' ), $activated_themes_count); ?>
     85        <?php printf( __( 'Themes Enabled: %d' ), $activated_themes_count); ?>
    8486    </p>
    8587</div>
Note: See TracChangeset for help on using the changeset viewer.