Actualizar configuracion.html

This commit is contained in:
2026-03-14 19:32:49 +00:00
parent ee0cc53c2d
commit df8ae1fc26

View File

@@ -278,17 +278,17 @@
<p class="text-xs text-gray-500 font-medium">Conexión Web</p> <p class="text-xs text-gray-500 font-medium">Conexión Web</p>
</div> </div>
</div> </div>
<form onsubmit="saveProviderCreds(event, 'multiasistencia')" class="space-y-4"> <form onsubmit="saveProviderCreds(event, 'multiasistencia')" class="space-y-4 relative z-10">
<div> <div>
<label class="block text-xs font-bold text-gray-600 mb-1 uppercase tracking-tight">Usuario / Código</label> <label class="block text-xs font-bold text-gray-600 mb-1">Usuario / Código</label>
<input type="text" id="user_multiasistencia" class="w-full bg-gray-50 border border-gray-300 rounded-xl px-4 py-3 text-sm focus:ring-2 focus:ring-blue-500 outline-none transition-all" placeholder="Ej: 123456"> <input type="text" id="user_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="Ej: 123456">
</div> </div>
<div> <div>
<label class="block text-xs font-bold text-gray-600 mb-1 uppercase tracking-tight">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 bg-gray-50 border border-gray-300 rounded-xl px-4 py-3 text-sm focus:ring-2 focus:ring-blue-500 outline-none transition-all" 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>
<div class="flex items-center justify-between bg-blue-50/50 p-4 rounded-xl border border-blue-100 my-4"> <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"> <div class="flex flex-col">
<span class="text-sm font-bold text-blue-900 italic">Auto-Asignar Urgencias</span> <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> <span class="text-[10px] text-blue-500 font-bold uppercase tracking-tight">Envío directo a operarios</span>
@@ -299,8 +299,8 @@
</div> </div>
</div> </div>
<button type="submit" class="w-full bg-blue-600 text-white font-black py-3.5 rounded-xl hover:bg-blue-700 transition shadow-lg shadow-blue-500/20 flex justify-center gap-2 active:scale-95"> <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-5 h-5"></i> Guardar Acceso <i data-lucide="save" class="w-4 h-4"></i> Guardar Acceso
</button> </button>
</form> </form>
</div> </div>