Adjust licenses settings page markup

This commit is contained in:
Brian Miyaji
2016-09-09 13:56:06 +10:00
parent 84e7be7bb1
commit 0302eb25f2

View File

@@ -53,7 +53,8 @@ class SP_Settings_Licenses extends SP_Settings_Page {
public function output() { public function output() {
?> ?>
<?php wp_nonce_field( 'sp_license_nonce', 'sp_license_nonce' ); ?> <?php wp_nonce_field( 'sp_license_nonce', 'sp_license_nonce' ); ?>
<div class="sp-licenses-wrapper"> <div class="sp-modules-wrapper">
<div class="sp-modules-main">
<?php <?php
foreach ( $this->licenses as $id => $license ) { foreach ( $this->licenses as $id => $license ) {
$key = get_site_option( 'sportspress_' . $id . '_license_key' ); $key = get_site_option( 'sportspress_' . $id . '_license_key' );
@@ -92,6 +93,7 @@ class SP_Settings_Licenses extends SP_Settings_Page {
</div> </div>
<?php } ?> <?php } ?>
</div> </div>
</div>
<?php <?php
$GLOBALS['hide_save_button'] = true; $GLOBALS['hide_save_button'] = true;