fix
This commit is contained in:
@@ -109,7 +109,7 @@ $server_name = 'https://'. $_SERVER['HTTP_HOST'];
|
||||
<div class="d-flex flex-column">
|
||||
<div class="fw-bolder d-flex align-items-center fs-5"><?php echo $firstname; ?>
|
||||
<span class="badge badge-light-success fw-bolder fs-8 px-2 py-1 ms-2"></span></div>
|
||||
<a href="#" class="fw-bold text-muted text-hover-primary fs-7"><?=$_SESSION['username']?></a>
|
||||
<a href="/" class="fw-bold text-muted text-hover-primary fs-7"><?=$_SESSION['username']?></a>
|
||||
</div>
|
||||
<!--end::Username-->
|
||||
</div>
|
||||
|
||||
@@ -1,145 +1,200 @@
|
||||
<!-- Main content -->
|
||||
<?php include('common/userstrip.php'); ?>
|
||||
<!--begin::Row-->
|
||||
<div class="row g-5 g-xl-8">
|
||||
<!--begin::Col-->
|
||||
<div class="col-xl-6">
|
||||
<!--begin::Tables Widget 3-->
|
||||
<div class="card card-xl-stretch mb-xl-8">
|
||||
<!--begin::Header-->
|
||||
<div class="card-header border-0 pt-5">
|
||||
<h3 class="card-title align-items-start flex-column">
|
||||
<span class="card-label fw-bolder fs-3 mb-1">Profile</span>
|
||||
<span class="text-muted mt-1 fw-bold fs-7">Last updated:</span>
|
||||
</h3>
|
||||
<div class="card-toolbar">
|
||||
|
||||
<!--begin::Basic info-->
|
||||
<div class="card mb-5 mb-xl-10">
|
||||
<!--begin::Card header-->
|
||||
<div class="card-header border-0 cursor-pointer" role="button" data-bs-toggle="collapse" data-bs-target="#kt_account_profile_details" aria-expanded="true" aria-controls="kt_account_profile_details">
|
||||
<!--begin::Card title-->
|
||||
<div class="card-title m-0">
|
||||
<h3 class="fw-bolder m-0">Profile Details</h3>
|
||||
</div>
|
||||
<!--end::Card title-->
|
||||
</div>
|
||||
<!--begin::Card header-->
|
||||
<!--begin::Content-->
|
||||
<div id="kt_account_settings_profile_details" class="collapse show">
|
||||
<!--begin::Form-->
|
||||
<form id="kt_account_profile_details_form" class="form" ction="/member/profile" method='POST'>
|
||||
<!--begin::Card body-->
|
||||
<div class="card-body border-top p-9">
|
||||
<!--begin::Input group-->
|
||||
<div class="row mb-6">
|
||||
<!--begin::Label-->
|
||||
<label class="col-lg-4 col-form-label fw-bold fs-6">Avatar</label>
|
||||
<!--end::Label-->
|
||||
<!--begin::Col-->
|
||||
<div class="col-lg-8">
|
||||
<!--begin::Image input-->
|
||||
<div class="image-input image-input-outline" data-kt-image-input="true" style="background-image: url('assets/media/svg/avatars/blank.svg')">
|
||||
<!--begin::Preview existing avatar-->
|
||||
<div class="image-input-wrapper w-125px h-125px" style="background-image: url(<? echo $_SESSION['profile_picture']; ?>)"></div>
|
||||
<!--end::Preview existing avatar-->
|
||||
|
||||
|
||||
</div>
|
||||
<!--end::Image input-->
|
||||
<!--begin::Hint-->
|
||||
<div class="form-text">Allowed file types: png, jpg, jpeg.</div>
|
||||
<!--end::Hint-->
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
</div>
|
||||
<!--end::Header-->
|
||||
<!--begin::Body-->
|
||||
<div class="card-body py-3">
|
||||
<!--begin::Table container-->
|
||||
<form class="form-horizontal" action="/member/profile" method='POST'>
|
||||
<!--end::Input group-->
|
||||
|
||||
<!--begin::Input group-->
|
||||
<div class="row mb-6">
|
||||
<!--begin::Label-->
|
||||
<label class="col-lg-4 col-form-label required fw-bold fs-6">Username</label>
|
||||
<!--end::Label-->
|
||||
<!--begin::Col-->
|
||||
<div class="col-lg-8 fv-row">
|
||||
<input type="text" name="$username" class="form-control form-control-lg form-control-solid" placeholder="Username" value="<?php echo $username; ?>" maxlength="100" readonly />
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
<!--end::Input group-->
|
||||
|
||||
<div class="panel-body">
|
||||
<!--begin::Input group-->
|
||||
<div class="row mb-6">
|
||||
<!--begin::Label-->
|
||||
<label class="col-lg-4 col-form-label required fw-bold fs-6">Email</label>
|
||||
<!--end::Label-->
|
||||
<!--begin::Col-->
|
||||
<div class="col-lg-8 fv-row">
|
||||
<input type="text" name="email" class="form-control form-control-lg form-control-solid" placeholder="Email" value="<?php echo $email; ?>" maxlength="100" />
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
<!--end::Input group-->
|
||||
|
||||
<!--begin::Input group-->
|
||||
<div class="row mb-6">
|
||||
<!--begin::Label-->
|
||||
<label class="col-lg-4 col-form-label required fw-bold fs-6">Full Name</label>
|
||||
<!--end::Label-->
|
||||
<!--begin::Col-->
|
||||
<div class="col-lg-8">
|
||||
<!--begin::Row-->
|
||||
<div class="row">
|
||||
|
||||
<!--begin::Col-->
|
||||
<div class="col-lg-6 fv-row">
|
||||
<input type="text" name="firstname" class="form-control form-control-lg form-control-solid mb-3 mb-lg-0" placeholder="First name" value="<?php echo $firstname; ?>" maxlength="50" />
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
<!--begin::Col-->
|
||||
<div class="col-lg-6 fv-row">
|
||||
<input type="text" name="lastname" class="form-control form-control-lg form-control-solid" placeholder="Last name" value="<?php echo $lastname; ?>" maxlength="50" />
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
<div class="col-md-10 col-md-offset-1">
|
||||
<div class="form-group">
|
||||
<label class="col-lg-3 control-label"> Username:</label>
|
||||
<div class="col-lg-9">
|
||||
<input name ="username" type="text" class="form-control" placeholder="Username" value="<?php echo $username; ?>" readonly>
|
||||
</div>
|
||||
</div>
|
||||
<!--end::Row-->
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
<!--end::Input group-->
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-lg-3 control-label"> First Name :</label>
|
||||
<div class="col-lg-9">
|
||||
<input name="firstname" type="text" class="form-control" placeholder="Firstname" value="<?php echo $firstname; ?>" maxlength="50">
|
||||
</div>
|
||||
</div>
|
||||
<!--begin::Input group-->
|
||||
<div class="row mb-6">
|
||||
<!--begin::Label-->
|
||||
<label class="col-lg-4 col-form-label fw-bold fs-6">
|
||||
<span class="required">Country</span>
|
||||
<i class="fas fa-exclamation-circle ms-1 fs-7" data-bs-toggle="tooltip" title="Country of origination"></i>
|
||||
</label>
|
||||
<!--end::Label-->
|
||||
<!--begin::Col-->
|
||||
<div class="col-lg-8 fv-row">
|
||||
<?php echo $country_combo; ?>
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
<!--end::Input group-->
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-lg-3 control-label"> Last Name :</label>
|
||||
<div class="col-lg-9">
|
||||
<input name="lastname" type="text" class="form-control" placeholder="Eugene Kopyov" value="<?php echo $lastname; ?>" maxlength="50">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-lg-3 control-label"> Email :</label>
|
||||
<div class="col-lg-9">
|
||||
<input name="email" type="text" class="form-control" placeholder="Email" value="<?php echo $email; ?>" maxlength="100">
|
||||
</div>
|
||||
</div>
|
||||
<!--begin::Input group-->
|
||||
<div class="row mb-6">
|
||||
<!--begin::Label-->
|
||||
<label class="col-lg-4 col-form-label required fw-bold fs-6">State/Province</label>
|
||||
<!--end::Label-->
|
||||
<!--begin::Col-->
|
||||
<div class="col-lg-8 fv-row">
|
||||
<input type="text" name="state" class="form-control form-control-lg form-control-solid" placeholder="State/Province" value="<?php echo $state; ?>" maxlength="50" />
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
<!--end::Input group-->
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-lg-3 control-label">Country:</label>
|
||||
<div class="col-lg-9">
|
||||
<?php echo $country_combo; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-lg-3 control-label">State/Province:</label>
|
||||
<div class="col-lg-9">
|
||||
<input type="text" class="form-control" placeholder="State/Province" name="state" value="<?php echo $state; ?>" maxlength="50">
|
||||
</div>
|
||||
</div>
|
||||
<!--begin::Input group-->
|
||||
<div class="row mb-6">
|
||||
<!--begin::Label-->
|
||||
<label class="col-lg-4 col-form-label required fw-bold fs-6">City</label>
|
||||
<!--end::Label-->
|
||||
<!--begin::Col-->
|
||||
<div class="col-lg-8 fv-row"> <input type="text" class="form-control" placeholder="City" name="city" value="<?php echo $city; ?>" maxlength="50">
|
||||
<input type="text" class="form-control form-control-lg form-control-solid"placeholder="City" name="city" value="<?php echo $city; ?>" maxlength="50" />
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
<!--end::Input group-->
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-lg-3 control-label">City:</label>
|
||||
<div class="col-lg-9">
|
||||
<input type="text" class="form-control" placeholder="City" name="city" value="<?php echo $city; ?>" maxlength="50">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-right">
|
||||
<button type="submit" class="btn btn-primary">Update <i class="icon-arrow-right14 position-right"></i></button>
|
||||
</div>
|
||||
<?php echo $save_message; ?>
|
||||
|
||||
<!--begin::Input group-->
|
||||
<div class="row mb-6">
|
||||
<!--begin::Label-->
|
||||
<label class="col-lg-4 col-form-label required fw-bold fs-6">Pref. Communication</label>
|
||||
<!--end::Label-->
|
||||
<!--begin::Col-->
|
||||
<div class="col-lg-8 fv-row">
|
||||
<!--begin::Options-->
|
||||
<div class="d-flex align-items-center mt-3">
|
||||
<!--begin::Option-->
|
||||
<label class="form-check form-check-inline form-check-solid me-5">
|
||||
<input class="form-check-input" name="communication[]" type="checkbox" value="1" />
|
||||
<span class="fw-bold ps-2 fs-6">Email</span>
|
||||
</label>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<label class="form-check form-check-inline form-check-solid">
|
||||
<input class="form-check-input" name="communication[]" type="checkbox" value="2" />
|
||||
<span class="fw-bold ps-2 fs-6">Phone</span>
|
||||
</label>
|
||||
<!--end::Option-->
|
||||
</div>
|
||||
<!--end::Options-->
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
<!--end::Input group-->
|
||||
<!--begin::Input group-->
|
||||
<div class="row mb-0">
|
||||
<!--begin::Label-->
|
||||
<label class="col-lg-4 col-form-label fw-bold fs-6">Allow Promotions</label>
|
||||
<!--begin::Label-->
|
||||
<!--begin::Label-->
|
||||
<div class="col-lg-8 d-flex align-items-center">
|
||||
<div class="form-check form-check-solid form-switch fv-row">
|
||||
<input class="form-check-input w-45px h-30px" type="checkbox" id="allowmarketing" />
|
||||
<label class="form-check-label" for="allowmarketing"></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<!--end::Table container-->
|
||||
</div>
|
||||
<!--begin::Body-->
|
||||
</div>
|
||||
<!--end::Tables Widget 3-->
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
<!--begin::Col-->
|
||||
<div class="col-xl-6">
|
||||
<!--begin::Tables Widget 4-->
|
||||
<div class="card card-xl-stretch mb-5 mb-xl-8">
|
||||
<!--begin::Header-->
|
||||
<div class="card-header border-0 pt-5">
|
||||
<h3 class="card-title align-items-start flex-column">
|
||||
<span class="card-label fw-bolder fs-3 mb-1">.</span>
|
||||
<span class="text-muted mt-1 fw-bold fs-7">.</span>
|
||||
</h3>
|
||||
<div class="card-toolbar">
|
||||
|
||||
<!--begin::Label-->
|
||||
</div>
|
||||
<!--end::Input group-->
|
||||
</div>
|
||||
<!--end::Header-->
|
||||
<!--begin::Body-->
|
||||
<div class="card-body py-3">
|
||||
<div class="tab-content">
|
||||
<!--begin::Tap pane-->
|
||||
<div class="tab-pane fade show active" id="kt_table_widget_4_tab_1">
|
||||
<!--begin::Table container-->
|
||||
<!--end::Card body-->
|
||||
<!--begin::Actions-->
|
||||
<div class="card-footer d-flex justify-content-end py-6 px-9">
|
||||
|
||||
<!--end::Table-->
|
||||
</div>
|
||||
<!--end::Tap pane-->
|
||||
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary" id="kt_account_profile_details_submit">Save Changes</button>
|
||||
</div>
|
||||
<!--end::Body-->
|
||||
</div>
|
||||
<!--end::Tables Widget 4-->
|
||||
<!--end::Actions-->
|
||||
</form>
|
||||
<!--end::Form-->
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
<!--end::Content-->
|
||||
</div>
|
||||
<!--end::Row-->
|
||||
<!--end::Basic info-->
|
||||
|
||||
<div class="content-wrapper">
|
||||
|
||||
|
||||
|
||||
<!-- Marketing campaigns -->
|
||||
<div class="panel panel-flat">
|
||||
<div class="panel-heading">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- /marketing campaigns -->
|
||||
</div>
|
||||
<!-- /main content -->
|
||||
|
||||
@@ -1,66 +1,326 @@
|
||||
<!-- Main content -->
|
||||
<?php include('common/userstrip.php'); ?>
|
||||
<!--begin::Row-->
|
||||
<div class="row g-5 g-xl-8">
|
||||
<!--begin::Col-->
|
||||
<div class="col-xl-6">
|
||||
<!--begin::Tables Widget 3-->
|
||||
<div class="card card-xl-stretch mb-xl-8">
|
||||
<!--begin::Header-->
|
||||
<div class="card-header border-0 pt-5">
|
||||
<h3 class="card-title align-items-start flex-column">
|
||||
<span class="card-label fw-bolder fs-3 mb-1">Account Settings</span>
|
||||
<span class="text-muted mt-1 fw-bold fs-7">Last updated:</span>
|
||||
</h3>
|
||||
<div class="card-toolbar">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--end::Header-->
|
||||
<!--begin::Body-->
|
||||
<div class="card-body py-3">
|
||||
<!--begin::Table container-->
|
||||
|
||||
<!--end::Table container-->
|
||||
</div>
|
||||
<!--begin::Body-->
|
||||
|
||||
|
||||
|
||||
<!--begin::Notifications-->
|
||||
<div class="card mb-5 mb-xl-10">
|
||||
<!--begin::Card header-->
|
||||
<div class="card-header border-0 cursor-pointer" role="button" data-bs-toggle="collapse" data-bs-target="#kt_account_email_preferences" aria-expanded="true" aria-controls="kt_account_email_preferences">
|
||||
<div class="card-title m-0">
|
||||
<h3 class="fw-bolder m-0">Email Preferences</h3>
|
||||
</div>
|
||||
<!--end::Tables Widget 3-->
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
<!--begin::Col-->
|
||||
<div class="col-xl-6">
|
||||
<!--begin::Tables Widget 4-->
|
||||
<div class="card card-xl-stretch mb-5 mb-xl-8">
|
||||
<!--begin::Header-->
|
||||
<div class="card-header border-0 pt-5">
|
||||
<h3 class="card-title align-items-start flex-column">
|
||||
<span class="card-label fw-bolder fs-3 mb-1">.</span>
|
||||
<span class="text-muted mt-1 fw-bold fs-7">.</span>
|
||||
</h3>
|
||||
<div class="card-toolbar">
|
||||
|
||||
</div>
|
||||
<!--begin::Card header-->
|
||||
<!--begin::Content-->
|
||||
<div id="kt_account_settings_email_preferences" class="collapse show">
|
||||
<!--begin::Form-->
|
||||
<form class="form">
|
||||
<!--begin::Card body-->
|
||||
<div class="card-body border-top px-9 py-9">
|
||||
<!--begin::Option-->
|
||||
<label class="form-check form-check-custom form-check-solid align-items-start">
|
||||
<!--begin::Input-->
|
||||
<input class="form-check-input me-3" type="checkbox" name="email-preferences[]" value="1" />
|
||||
<!--end::Input-->
|
||||
<!--begin::Label-->
|
||||
<span class="form-check-label d-flex flex-column align-items-start">
|
||||
<span class="fw-bolder fs-5 mb-0">Successful Payments</span>
|
||||
<span class="text-muted fs-6">Receive a notification for every successful payment.</span>
|
||||
</span>
|
||||
<!--end::Label-->
|
||||
</label>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<div class="separator separator-dashed my-6"></div>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<label class="form-check form-check-custom form-check-solid align-items-start">
|
||||
<!--begin::Input-->
|
||||
<input class="form-check-input me-3" type="checkbox" name="email-preferences[]" checked="checked" value="1" />
|
||||
<!--end::Input-->
|
||||
<!--begin::Label-->
|
||||
<span class="form-check-label d-flex flex-column align-items-start">
|
||||
<span class="fw-bolder fs-5 mb-0">Payouts</span>
|
||||
<span class="text-muted fs-6">Receive a notification for every initiated payout.</span>
|
||||
</span>
|
||||
<!--end::Label-->
|
||||
</label>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<div class="separator separator-dashed my-6"></div>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<label class="form-check form-check-custom form-check-solid align-items-start">
|
||||
<!--begin::Input-->
|
||||
<input class="form-check-input me-3" type="checkbox" name="email-preferences[]" value="1" />
|
||||
<!--end::Input-->
|
||||
<!--begin::Label-->
|
||||
<span class="form-check-label d-flex flex-column align-items-start">
|
||||
<span class="fw-bolder fs-5 mb-0">Fee Collection</span>
|
||||
<span class="text-muted fs-6">Receive a notification each time you collect a fee from sales</span>
|
||||
</span>
|
||||
<!--end::Label-->
|
||||
</label>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<div class="separator separator-dashed my-6"></div>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<label class="form-check form-check-custom form-check-solid align-items-start">
|
||||
<!--begin::Input-->
|
||||
<input class="form-check-input me-3" type="checkbox" name="email-preferences[]" checked="checked" value="1" />
|
||||
<!--end::Input-->
|
||||
<!--begin::Label-->
|
||||
<span class="form-check-label d-flex flex-column align-items-start">
|
||||
<span class="fw-bolder fs-5 mb-0">Customer Payment Dispute</span>
|
||||
<span class="text-muted fs-6">Receive a notification if a payment is disputed by a customer and for dispute purposes.</span>
|
||||
</span>
|
||||
<!--end::Label-->
|
||||
</label>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<div class="separator separator-dashed my-6"></div>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<label class="form-check form-check-custom form-check-solid align-items-start">
|
||||
<!--begin::Input-->
|
||||
<input class="form-check-input me-3" type="checkbox" name="email-preferences[]" value="1" />
|
||||
<!--end::Input-->
|
||||
<!--begin::Label-->
|
||||
<span class="form-check-label d-flex flex-column align-items-start">
|
||||
<span class="fw-bolder fs-5 mb-0">Refund Alerts</span>
|
||||
<span class="text-muted fs-6">Receive a notification if a payment is stated as risk by the Finance Department.</span>
|
||||
</span>
|
||||
<!--end::Label-->
|
||||
</label>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<div class="separator separator-dashed my-6"></div>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<label class="form-check form-check-custom form-check-solid align-items-start">
|
||||
<!--begin::Input-->
|
||||
<input class="form-check-input me-3" type="checkbox" name="email-preferences[]" checked="checked" value="1" />
|
||||
<!--end::Input-->
|
||||
<!--begin::Label-->
|
||||
<span class="form-check-label d-flex flex-column align-items-start">
|
||||
<span class="fw-bolder fs-5 mb-0">Invoice Payments</span>
|
||||
<span class="text-muted fs-6">Receive a notification if a customer sends an incorrect amount to pay their invoice.</span>
|
||||
</span>
|
||||
<!--end::Label-->
|
||||
</label>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<div class="separator separator-dashed my-6"></div>
|
||||
<!--end::Option-->
|
||||
<!--begin::Option-->
|
||||
<label class="form-check form-check-custom form-check-solid align-items-start">
|
||||
<!--begin::Input-->
|
||||
<input class="form-check-input me-3" type="checkbox" name="email-preferences[]" value="1" />
|
||||
<!--end::Input-->
|
||||
<!--begin::Label-->
|
||||
<span class="form-check-label d-flex flex-column align-items-start">
|
||||
<span class="fw-bolder fs-5 mb-0">Webhook API Endpoints</span>
|
||||
<span class="text-muted fs-6">Receive notifications for consistently failing webhook API endpoints.</span>
|
||||
</span>
|
||||
<!--end::Label-->
|
||||
</label>
|
||||
<!--end::Option-->
|
||||
</div>
|
||||
<!--end::Header-->
|
||||
<!--begin::Body-->
|
||||
<div class="card-body py-3">
|
||||
<div class="tab-content">
|
||||
<!--begin::Tap pane-->
|
||||
<div class="tab-pane fade show active" id="kt_table_widget_4_tab_1">
|
||||
<!--begin::Table container-->
|
||||
|
||||
<!--end::Table-->
|
||||
</div>
|
||||
<!--end::Tap pane-->
|
||||
|
||||
</div>
|
||||
<!--end::Card body-->
|
||||
<!--begin::Card footer-->
|
||||
<div class="card-footer d-flex justify-content-end py-6 px-9">
|
||||
<button class="btn btn-primary px-6">Save Changes</button>
|
||||
</div>
|
||||
<!--end::Body-->
|
||||
</div>
|
||||
<!--end::Tables Widget 4-->
|
||||
<!--end::Card footer-->
|
||||
</form>
|
||||
<!--end::Form-->
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
<!--end::Content-->
|
||||
</div>
|
||||
<!--end::Row-->
|
||||
<!--end::Notifications-->
|
||||
<!--begin::Notifications-->
|
||||
<div class="card mb-5 mb-xl-10">
|
||||
<!--begin::Card header-->
|
||||
<div class="card-header border-0 cursor-pointer" role="button" data-bs-toggle="collapse" data-bs-target="#kt_account_notifications" aria-expanded="true" aria-controls="kt_account_notifications">
|
||||
<div class="card-title m-0">
|
||||
<h3 class="fw-bolder m-0">Notifications</h3>
|
||||
</div>
|
||||
</div>
|
||||
<!--begin::Card header-->
|
||||
<!--begin::Content-->
|
||||
<div id="kt_account_settings_notifications" class="collapse show">
|
||||
<!--begin::Form-->
|
||||
<form class="form">
|
||||
<!--begin::Card body-->
|
||||
<div class="card-body border-top px-9 pt-3 pb-4">
|
||||
<!--begin::Table-->
|
||||
<div class="table-responsive">
|
||||
<table class="table table-row-dashed border-gray-300 align-middle gy-6">
|
||||
<tbody class="fs-6 fw-bold">
|
||||
<!--begin::Table row-->
|
||||
<tr>
|
||||
<td class="min-w-250px fs-4 fw-bolder">Notifications</td>
|
||||
<td class="w-125px">
|
||||
<div class="form-check form-check-solid">
|
||||
<input class="form-check-input" type="checkbox" value="" id="kt_settings_notification_email" checked="checked" data-kt-check="true" data-kt-check-target="[data-kt-settings-notification=email]" />
|
||||
<label class="form-check-label ps-2" for="kt_settings_notification_email">Email</label>
|
||||
</div>
|
||||
</td>
|
||||
<td class="w-125px">
|
||||
<div class="form-check form-check-solid">
|
||||
<input class="form-check-input" type="checkbox" value="" id="kt_settings_notification_phone" checked="checked" data-kt-check="true" data-kt-check-target="[data-kt-settings-notification=phone]" />
|
||||
<label class="form-check-label ps-2" for="kt_settings_notification_phone">Text</label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!--begin::Table row-->
|
||||
<!--begin::Table row-->
|
||||
<tr>
|
||||
<td>Billing Updates</td>
|
||||
<td>
|
||||
<div class="form-check form-check-solid">
|
||||
<input class="form-check-input" type="checkbox" value="1" id="billing1" checked="checked" data-kt-settings-notification="email" />
|
||||
<label class="form-check-label ps-2" for="billing1"></label>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="form-check form-check-solid">
|
||||
<input class="form-check-input" type="checkbox" value="" id="billing2" checked="checked" data-kt-settings-notification="phone" />
|
||||
<label class="form-check-label ps-2" for="billing2"></label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!--begin::Table row-->
|
||||
<!--begin::Table row-->
|
||||
<tr>
|
||||
<td>New Team Members</td>
|
||||
<td>
|
||||
<div class="form-check form-check-solid">
|
||||
<input class="form-check-input" type="checkbox" value="" id="team1" checked="checked" data-kt-settings-notification="email" />
|
||||
<label class="form-check-label ps-2" for="team1"></label>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="form-check form-check-solid">
|
||||
<input class="form-check-input" type="checkbox" value="" id="team2" data-kt-settings-notification="phone" />
|
||||
<label class="form-check-label ps-2" for="team2"></label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!--begin::Table row-->
|
||||
<!--begin::Table row-->
|
||||
<tr>
|
||||
<td>Completed Projects</td>
|
||||
<td>
|
||||
<div class="form-check form-check-solid">
|
||||
<input class="form-check-input" type="checkbox" value="" id="project1" data-kt-settings-notification="email" />
|
||||
<label class="form-check-label ps-2" for="project1"></label>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="form-check form-check-solid">
|
||||
<input class="form-check-input" type="checkbox" value="" id="project2" checked="checked" data-kt-settings-notification="phone" />
|
||||
<label class="form-check-label ps-2" for="project2"></label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!--begin::Table row-->
|
||||
<!--begin::Table row-->
|
||||
<tr>
|
||||
<td class="border-bottom-0">Newsletters</td>
|
||||
<td class="border-bottom-0">
|
||||
<div class="form-check form-check-solid">
|
||||
<input class="form-check-input" type="checkbox" value="" id="newsletter1" data-kt-settings-notification="email" />
|
||||
<label class="form-check-label ps-2" for="newsletter1"></label>
|
||||
</div>
|
||||
</td>
|
||||
<td class="border-bottom-0">
|
||||
<div class="form-check form-check-solid">
|
||||
<input class="form-check-input" type="checkbox" value="" id="newsletter2" data-kt-settings-notification="phone" />
|
||||
<label class="form-check-label ps-2" for="newsletter2"></label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<!--begin::Table row-->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!--end::Table-->
|
||||
</div>
|
||||
<!--end::Card body-->
|
||||
<!--begin::Card footer-->
|
||||
<div class="card-footer d-flex justify-content-end py-6 px-9">
|
||||
<button class="btn btn-primary px-6">Save Changes</button>
|
||||
</div>
|
||||
<!--end::Card footer-->
|
||||
</form>
|
||||
<!--end::Form-->
|
||||
</div>
|
||||
<!--end::Content-->
|
||||
</div>
|
||||
<!--end::Notifications-->
|
||||
<!--begin::Deactivate Account-->
|
||||
<div class="card">
|
||||
<!--begin::Card header-->
|
||||
<div class="card-header border-0 cursor-pointer" role="button" data-bs-toggle="collapse" data-bs-target="#kt_account_deactivate" aria-expanded="true" aria-controls="kt_account_deactivate">
|
||||
<div class="card-title m-0">
|
||||
<h3 class="fw-bolder m-0">Deactivate Account</h3>
|
||||
</div>
|
||||
</div>
|
||||
<!--end::Card header-->
|
||||
<!--begin::Content-->
|
||||
<div id="kt_account_settings_deactivate" class="collapse show">
|
||||
<!--begin::Form-->
|
||||
<form id="kt_account_deactivate_form" class="form">
|
||||
<!--begin::Card body-->
|
||||
<div class="card-body border-top p-9">
|
||||
<!--begin::Notice-->
|
||||
<div class="notice d-flex bg-light-warning rounded border-warning border border-dashed mb-9 p-6">
|
||||
<!--begin::Icon-->
|
||||
<!--begin::Svg Icon | path: icons/duotune/general/gen044.svg-->
|
||||
<span class="svg-icon svg-icon-2tx svg-icon-warning me-4">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
|
||||
<rect opacity="0.3" x="2" y="2" width="20" height="20" rx="10" fill="black" />
|
||||
<rect x="11" y="14" width="7" height="2" rx="1" transform="rotate(-90 11 14)" fill="black" />
|
||||
<rect x="11" y="17" width="2" height="2" rx="1" transform="rotate(-90 11 17)" fill="black" />
|
||||
</svg>
|
||||
</span>
|
||||
<!--end::Svg Icon-->
|
||||
<!--end::Icon-->
|
||||
<!--begin::Wrapper-->
|
||||
<div class="d-flex flex-stack flex-grow-1">
|
||||
<!--begin::Content-->
|
||||
<div class="fw-bold">
|
||||
<h4 class="text-gray-900 fw-bolder">You Are Deactivating Your Account</h4>
|
||||
<div class="fs-6 text-gray-700">Please note we cannot reproduce or reconnect your account once deactivation is completed. If you need to join us again, you will have to create a new account.
|
||||
<br />
|
||||
<a class="fw-bolder" href="/dash">Return Home</a></div>
|
||||
</div>
|
||||
<!--end::Content-->
|
||||
</div>
|
||||
<!--end::Wrapper-->
|
||||
</div>
|
||||
<!--end::Notice-->
|
||||
<!--begin::Form input row-->
|
||||
<div class="form-check form-check-solid fv-row">
|
||||
<input name="deactivate" class="form-check-input" type="checkbox" value="" id="deactivate" />
|
||||
<label class="form-check-label fw-bold ps-2 fs-6" for="deactivate">I confirm my account deactivation</label>
|
||||
</div>
|
||||
<!--end::Form input row-->
|
||||
</div>
|
||||
<!--end::Card body-->
|
||||
<!--begin::Card footer-->
|
||||
<div class="card-footer d-flex justify-content-end py-6 px-9">
|
||||
<button id="kt_account_deactivate_account_submit" type="submit" class="btn btn-danger fw-bold">Deactivate Account</button>
|
||||
</div>
|
||||
<!--end::Card footer-->
|
||||
</form>
|
||||
<!--end::Form-->
|
||||
</div>
|
||||
<!--end::Content-->
|
||||
</div>
|
||||
<!--end::Deactivate Account-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user