File: //home/globfdxw/diasporameetsafrica.com/wp-content/themes/DA10/framework/admin/_form-top.php
<?php
/*
* Theme: PREMIUMPRESS CORE FRAMEWORK FILE
* Url: www.premiumpress.com
* Author: Mark Fail
*
* THIS FILE WILL BE UPDATED WITH EVERY UPDATE
* IF YOU WANT TO MODIFY THIS FILE, CREATE A CHILD THEME
*
* http://codex.wordpress.org/Child_Themes
*/
if (!defined('THEME_VERSION')) { header('HTTP/1.0 403 Forbidden'); exit; } global $wpdb, $CORE;
if(!isset($GLOBALS['flag-checkformdata'])){ $GLOBALS['flag-checkformdata'] = 1;
?>
<script>
function CheckFormData(){
var cleanme = "";
jQuery('.form-control:not(.stopclean)').each(function(i, obj) {
if(jQuery(obj).val() == "" && !jQuery(obj).hasClass('selectpicker') && !jQuery(obj).hasClass('bootstrap-select') && jQuery(obj).attr('name') != ""){
jQuery(obj).remove();
cleanme = cleanme + jQuery(obj).attr('name') +','
}
});
jQuery("#cleardatastrings").val(cleanme);
window.scrollTo(0, 0);
jQuery("#saving-spinner").show();
jQuery(".tab-content").removeClass('d-flex flex-column h-100').hide();
return true;
}
</script>
<?php } ?>
<form method="post" name="admin_save_form" id="admin_save_form" class="" enctype="multipart/form-data" <?php if(isset($_GET['page']) && $_GET['page'] == "settings" ){ ?> onsubmit="return CheckFormData()" <?php } ?>>
<textarea id="cleardatastrings" name="cleardatastrings" class="w-100" style="display:none;"></textarea>
<input type="hidden" name="submitted" value="yes" />
<input type="hidden" name="tabinner" class="tabinner" value="<?php if(isset($_POST['tabinner'])){ echo $_POST['tabinner']; } ?>" />
<input type="hidden" name="lefttab" class="lefttab" value="<?php if(isset($_POST['lefttab'])){ echo $_POST['lefttab']; } ?>" />
<input type="hidden" name="showaccordiantab" class="ShowThisAccordianTab" value="<?php if(isset($_POST['showaccordiantab'])){ echo $_POST['showaccordiantab']; } ?>" />
<?php if(isset($_GET['firstinstall']) && isset($_GET['page']) && in_array($_GET['page'],array("settings","listingsetup","usersettings","membershipsetup"))){ ?>
<style>.tab-content { display:none; }</style>
<script>
jQuery(document).ready(function () {
jQuery("#saving-spinner").show();
document.admin_save_form.submit(); })
</script>
<?php if($_GET['firstinstall'] == 1){ ?>
<input type="hidden" name="newinstall" value="usersettings" />
<input type="hidden" name="page" value="usersettings" />
<?php }elseif(!in_array(THEME_KEY,array("sp")) && $_GET['firstinstall'] == 2){ ?>
<input type="hidden" name="newinstall" value="listingsetup" />
<input type="hidden" name="page" value="listingsetup" />
<?php }elseif($_GET['firstinstall'] == 3){ ?>
<input type="hidden" name="newinstall" value="membershipsetup" />
<input type="hidden" name="page" value="membershipsetup" />
<?php }else{ ?>
<input type="hidden" name="newinstall" value="premiumpress" />
<input type="hidden" name="page" value="premiumpress" />
<?php } ?>
<?php if(defined('WLT_CART')){ ?>
<input type="hidden" name="admin_values[google]" value="0" />
<?php } ?>
<?php } ?>