-
Notifications
You must be signed in to change notification settings - Fork 815
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Stats: Add new admin wrapper functions * Update the Jetpack Debug page * Add the Automattic airline tagline to the footer * Fix mobile So that it behavies the same as the header * Only apply the wraper to the rest of the ui not the main dashboard * Remove duplicate code use the dops styles in a consistant way * Remove the reduent Jetpack from the header * Remove the header and footer from the settings page We are now using the wraper function so the admin header and footer are redundent. * Updated the network settings. * Add the new admin wrapper to share settings * Update the links in the wrapper so that they only sshow up if the user has access to see them. * Fix mobile styling. * Better support for Jitm messages * Minor fix` Fixes a php warning found during testing * Remove the error_log statment * Add is-wide argument to the wrap_ui method This enables the container to have a wider max width then the default container. * Fix styling for hello dolly. * Update the translation strings so that they don't have backslashes. * Deprecate deleted files
- Loading branch information
Showing
16 changed files
with
267 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
</div><!-- .jp-lower --> | ||
<div class="modal" aria-labelledby="modal-label"> | ||
<header> | ||
<a href="#" class="close">×</a> | ||
<ul> | ||
<li class="learn-more"><a href="javascript:;" data-tab="learn-more"><?php esc_html_e( 'Learn More', 'jetpack' ); ?></a></li> | ||
<li class="config"><a href="javascript:;" data-tab="config"><?php esc_html_e( 'Config', 'jetpack' ); ?></a></li> | ||
</ul> | ||
</header> | ||
<div class="content-container"><div class="content"></div></div> | ||
</div> | ||
<div class="shade"></div> | ||
|
||
</div><!-- .jp-frame --> | ||
</div><!-- .jp-content --> | ||
|
||
<?php if ( 'jetpack_modules' == $_GET['page'] ) return; ?> | ||
<?php | ||
/** | ||
* Deprecated. No longer needed. | ||
* | ||
* @package Jetpack | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
<?php $current = $_GET['page']; ?> | ||
<div class="jp-content"> | ||
<div class="jp-frame"> | ||
<div class="jp-lower"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.