Actualizar configuracion.html

This commit is contained in:
2026-03-14 19:01:52 +00:00
parent b20a537aed
commit 9672471e34

View File

@@ -284,12 +284,22 @@
<div> <div>
<label class="block text-xs font-bold text-gray-600 mb-1">Contraseña</label> <label class="block text-xs font-bold text-gray-600 mb-1">Contraseña</label>
<input type="password" id="pass_multiasistencia" class="w-full border border-gray-300 rounded-lg px-3 py-2 text-sm focus:ring-2 focus:ring-blue-500 outline-none" placeholder="••••••••"> <input type="password" id="pass_multiasistencia" class="w-full border border-gray-300 rounded-lg px-3 py-2 text-sm focus:ring-2 focus:ring-blue-500 outline-none" placeholder="••••••••">
</div>
<div class="mt-4 flex items-center justify-between bg-blue-50/50 p-4 rounded-xl border border-blue-100">
<div class="flex flex-col">
<span class="text-sm font-bold text-blue-900 italic">Auto-Asignar Urgencias</span>
<span class="text-[10px] text-blue-500 font-bold uppercase tracking-tight">Envío directo a operarios</span>
</div> </div>
<button type="submit" class="w-full bg-blue-600 text-white font-bold py-2 rounded-lg hover:bg-blue-700 transition shadow-md flex justify-center gap-2"> <div class="relative inline-block w-12 align-middle select-none">
<input type="checkbox" id="auto_multiasistencia" class="toggle-checkbox absolute block w-6 h-6 rounded-full bg-white border-4 appearance-none cursor-pointer transition-all duration-300"/>
<label for="auto_multiasistencia" class="toggle-label block overflow-hidden h-6 rounded-full bg-slate-200 cursor-pointer transition-all duration-300"></label>
</div>
</div>
<button type="submit" class="w-full bg-blue-600 text-white font-bold py-2 rounded-lg hover:bg-blue-700 transition shadow-md flex justify-center gap-2 mt-4">
<i data-lucide="save" class="w-4 h-4"></i> Guardar Acceso <i data-lucide="save" class="w-4 h-4"></i> Guardar Acceso
</button> </button>
</form>
</div>
<div class="bg-white rounded-xl shadow border border-gray-200 p-6 relative overflow-hidden group hover:border-red-300 transition-colors"> <div class="bg-white rounded-xl shadow border border-gray-200 p-6 relative overflow-hidden group hover:border-red-300 transition-colors">
<div class="flex items-center gap-3 mb-6"> <div class="flex items-center gap-3 mb-6">