Cambio de contraseña desde dashboard de cualquier tipo de usuario
This commit is contained in:
@@ -117,12 +117,10 @@
|
||||
|
||||
// Mostrar alert de “borrado” al volver de la acción
|
||||
<?php if (isset($_GET['deleted']) && $_GET['deleted']==='ok'): ?>
|
||||
Swal.fire({
|
||||
icon: 'success',
|
||||
title: 'Transportista eliminado',
|
||||
text: 'Ya no aparecerá en tu lista.',
|
||||
confirmButtonColor: '#198754'
|
||||
});
|
||||
Swal.fire({ icon: 'success', title: 'Transportista eliminado', text: 'Ya no aparecerá en tu lista.', confirmButtonColor: '#198754' });
|
||||
<?php endif; ?>
|
||||
<?php if (isset($_GET['edit']) && $_GET['edit'] === 'ok'): ?>
|
||||
Swal.fire({ icon: 'success', title: 'Transportista actualizado', text: 'Los datos fueron modificados correctamente.', confirmButtonColor: '#198754' });
|
||||
<?php endif; ?>
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user