🚀 مُصادَق: تحديث برمجي جديد 2026-05-03 02:39

This commit is contained in:
Hamza-Ayed
2026-05-03 02:39:52 +03:00
parent ce9f14c7a3
commit 70675a41d7

View File

@@ -224,7 +224,7 @@
function showAddUserModal() {
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="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>
@@ -244,7 +244,7 @@
</form>
</div>
</div>
\`;
`;
document.getElementById('add-user-form').onsubmit = async (e) => {
e.preventDefault();