diff --git wp-admin/css/wp-admin.dev.css wp-admin/css/wp-admin.dev.css
index 3f14cb1..5d8af5c 100644
|
|
|
div#custom-background-image img { |
| 3816 | 3816 | color: #464646; |
| 3817 | 3817 | } |
| 3818 | 3818 | |
| 3819 | | .themes-php .wrap h2, .theme-install-php .wrap h2, .site-info-php .wrap h3, .site-options-php .wrap h3, .site-users-php .wrap h3, .site-themes-php .wrap h3 { |
| | 3819 | h2.nav-tab-wrapper, h3.nav-tab-wrapper { |
| 3820 | 3820 | border-bottom: 1px solid #ccc; |
| 3821 | 3821 | padding-bottom: 0; |
| 3822 | 3822 | } |
diff --git wp-admin/network/site-info.php wp-admin/network/site-info.php
index 29f1386..381212d 100644
|
|
|
require('../admin-header.php'); |
| 79 | 79 | <div class="wrap"> |
| 80 | 80 | <?php screen_icon('ms-admin'); ?> |
| 81 | 81 | <h2 id="edit-site"><?php echo $title ?></h2> |
| 82 | | <h3> |
| | 82 | <h3 class="nav-tab-wrapper"> |
| 83 | 83 | <?php |
| 84 | 84 | $tabs = array( 'site-info' => array( 'label' => __('Info'), 'url' => 'site-info.php'), 'site-options' => array( 'label' => __('Options'), 'url' => 'site-options.php'), |
| 85 | 85 | 'site-users' => array( 'label' => __('Users'), 'url' => 'site-users.php'), 'site-themes' => array( 'label' => __('Themes'), 'url' => 'site-themes.php')); |
diff --git wp-admin/network/site-options.php wp-admin/network/site-options.php
index bbbc1ff..612c31f 100644
|
|
|
require('../admin-header.php'); |
| 67 | 67 | <div class="wrap"> |
| 68 | 68 | <?php screen_icon('ms-admin'); ?> |
| 69 | 69 | <h2 id="edit-site"><?php echo $title ?></h2> |
| 70 | | <h3> |
| | 70 | <h3 class="nav-tab-wrapper"> |
| 71 | 71 | <?php |
| 72 | 72 | $tabs = array( 'site-info' => array( 'label' => __('Info'), 'url' => 'site-info.php'), 'site-options' => array( 'label' => __('Options'), 'url' => 'site-options.php'), |
| 73 | 73 | 'site-users' => array( 'label' => __('Users'), 'url' => 'site-users.php'), 'site-themes' => array( 'label' => __('Themes'), 'url' => 'site-themes.php')); |
diff --git wp-admin/network/site-themes.php wp-admin/network/site-themes.php
index bb19213..42fa61e 100644
|
|
|
require('../admin-header.php'); |
| 63 | 63 | <div class="wrap"> |
| 64 | 64 | <?php screen_icon('ms-admin'); ?> |
| 65 | 65 | <h2 id="edit-site"><?php echo $title ?></h2> |
| 66 | | <h3> |
| | 66 | <h3 class="nav-tab-wrapper"> |
| 67 | 67 | <?php |
| 68 | 68 | $tabs = array( 'site-info' => array( 'label' => __('Info'), 'url' => 'site-info.php'), 'site-options' => array( 'label' => __('Options'), 'url' => 'site-options.php'), |
| 69 | 69 | 'site-users' => array( 'label' => __('Users'), 'url' => 'site-users.php'), 'site-themes' => array( 'label' => __('Themes'), 'url' => 'site-themes.php')); |
diff --git wp-admin/network/site-users.php wp-admin/network/site-users.php
index e15e5fc..c55fb36 100644
|
|
|
require('../admin-header.php'); |
| 111 | 111 | <div class="wrap"> |
| 112 | 112 | <?php screen_icon('ms-admin'); ?> |
| 113 | 113 | <h2 id="edit-site"><?php echo $title ?></h2> |
| 114 | | <h3> |
| | 114 | <h3 class="nav-tab-wrapper"> |
| 115 | 115 | <?php |
| 116 | 116 | $tabs = array( 'site-info' => array( 'label' => __('Info'), 'url' => 'site-info.php'), 'site-options' => array( 'label' => __('Options'), 'url' => 'site-options.php'), |
| 117 | 117 | 'site-users' => array( 'label' => __('Users'), 'url' => 'site-users.php'), 'site-themes' => array( 'label' => __('Themes'), 'url' => 'site-themes.php')); |
diff --git wp-admin/theme-install.php wp-admin/theme-install.php
index 755e00f..b1b89b1 100644
|
|
|
screen_icon(); |
| 45 | 45 | if ( is_network_admin() ) : ?> |
| 46 | 46 | <h2><?php echo esc_html( $title ); ?></h2> |
| 47 | 47 | <?php else : ?> |
| 48 | | <h2><a href="themes.php" class="nav-tab"><?php echo esc_html_x('Manage Themes', 'theme'); ?></a><a href="theme-install.php" class="nav-tab nav-tab-active"><?php echo esc_html( $title ); ?></a></h2> |
| | 48 | <h2 class="nav-tab-wrapper"><a href="themes.php" class="nav-tab"><?php echo esc_html_x('Manage Themes', 'theme'); ?></a><a href="theme-install.php" class="nav-tab nav-tab-active"><?php echo esc_html( $title ); ?></a></h2> |
| 49 | 49 | |
| 50 | 50 | <?php |
| 51 | 51 | endif; |
diff --git wp-admin/themes.php wp-admin/themes.php
index f0c3465..b47ef86 100644
|
|
|
require_once('./admin-header.php'); |
| 69 | 69 | |
| 70 | 70 | <div class="wrap"> |
| 71 | 71 | <?php screen_icon(); ?> |
| 72 | | <h2><a href="themes.php" class="nav-tab nav-tab-active"><?php echo esc_html( $title ); ?></a><?php if ( current_user_can('install_themes') ) { ?><a href="theme-install.php" class="nav-tab"><?php echo esc_html_x('Install Themes', 'theme'); ?></a><?php } ?></h2> |
| | 72 | <h2 class="nav-tab-wrapper"><a href="themes.php" class="nav-tab nav-tab-active"><?php echo esc_html( $title ); ?></a><?php if ( current_user_can('install_themes') ) { ?><a href="theme-install.php" class="nav-tab"><?php echo esc_html_x('Install Themes', 'theme'); ?></a><?php } ?></h2> |
| 73 | 73 | |
| 74 | 74 | <h3><?php _e('Current Theme'); ?></h3> |
| 75 | 75 | <div id="current-theme"> |