🚀 مُصادَق: تحديث برمجي جديد 2026-05-03 02:39
This commit is contained in:
@@ -224,7 +224,7 @@
|
|||||||
|
|
||||||
function showAddUserModal() {
|
function showAddUserModal() {
|
||||||
const modals = document.getElementById('modals');
|
const modals = document.getElementById('modals');
|
||||||
modals.innerHTML = \`
|
modals.innerHTML = `
|
||||||
<div class="fixed inset-0 bg-black/60 backdrop-blur-sm z-[100] flex items-center justify-center p-4 overflow-y-auto" id="user-modal">
|
<div class="fixed inset-0 bg-black/60 backdrop-blur-sm z-[100] flex items-center justify-center p-4 overflow-y-auto" id="user-modal">
|
||||||
<div class="glass-panel p-8 rounded-3xl w-full max-w-md border border-white/10 shadow-2xl my-auto">
|
<div class="glass-panel p-8 rounded-3xl w-full max-w-md border border-white/10 shadow-2xl my-auto">
|
||||||
<h3 class="text-2xl font-bold mb-6">إضافة مستخدم جديد</h3>
|
<h3 class="text-2xl font-bold mb-6">إضافة مستخدم جديد</h3>
|
||||||
@@ -244,7 +244,7 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
\`;
|
`;
|
||||||
|
|
||||||
document.getElementById('add-user-form').onsubmit = async (e) => {
|
document.getElementById('add-user-form').onsubmit = async (e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|||||||
Reference in New Issue
Block a user