Make WordPress Core


Ignore:
Timestamp:
03/07/2012 05:35:17 PM (13 years ago)
Author:
koopersmith
Message:

Theme Customizer: Begin integration into the install process. Combine previews, details, and install into a single workflow. see #19910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-theme-install-list-table.php

    r20100 r20138  
    159159                ?></div>
    160160        <?php } // end foreach $theme_names
     161
     162        ?>
     163        <div id="theme-installer" class="wp-full-overlay">
     164            <a href="#" class="close-full-overlay"><?php printf( __( '&larr; Return to %s' ), get_admin_page_title() ); ?></a>
     165            <a href="#" class="collapse-sidebar button-secondary" title="<?php esc_attr_e('Collapse Sidebar'); ?>"><span></span></a>
     166            <div class="wp-full-overlay-sidebar">
     167                <div class="wp-full-overlay-header"></div>
     168                <div class="install-theme-info"></div>
     169            </div>
     170            <div class="wp-full-overlay-main"></div>
     171        </div>
     172        <?php
    161173    }
    162174
     
    171183     */
    172184    function _js_vars() {
    173         global $tab, $type;     
     185        global $tab, $type;
    174186        parent::_js_vars( compact( 'tab', 'type' ) );
    175187    }
Note: See TracChangeset for help on using the changeset viewer.