Adjust licenses settings page markup
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user