forked from Adleraci/adlerka.top
Message only in one place.
This commit is contained in:
parent
6f07524342
commit
4ab6dcee02
@ -119,6 +119,3 @@
|
|||||||
<button type="button" onclick="deleteActivationCode()">Delete Activation Code</button>
|
<button type="button" onclick="deleteActivationCode()">Delete Activation Code</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Centralized Status Message -->
|
|
||||||
<p id="StatusMessage"></p>
|
|
||||||
|
@ -82,6 +82,9 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- Centralized Status Message -->
|
||||||
|
<p id="StatusMessage"></p>
|
||||||
|
|
||||||
<div class="form-container" id="changePasswordForm">
|
<div class="form-container" id="changePasswordForm">
|
||||||
<h1>Change Password</h1>
|
<h1>Change Password</h1>
|
||||||
<form>
|
<form>
|
||||||
@ -141,8 +144,3 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="button" onclick="logout()">Logout</button>
|
<button type="button" onclick="logout()">Logout</button>
|
||||||
|
|
||||||
<!-- Include other user action forms similarly -->
|
|
||||||
|
|
||||||
<!-- Centralized Status Message -->
|
|
||||||
<p id="StatusMessage"></p>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user