From 4ef91da9b31749cbcdfa8b34833367ee7545f450 Mon Sep 17 00:00:00 2001 From: amazuecos Date: Mon, 17 Mar 2025 06:59:33 +0100 Subject: [PATCH] add sweetAlert js --- ci4/app/Views/themes/vuexy/form/mensajes/mensajesView.php | 5 +++-- ci4/app/Views/themes/vuexy/form/mensajes/messageChat.php | 2 ++ .../themes/vuexy/form/mensajes/messageChatFactura.php | 4 ++++ .../themes/vuexy/form/mensajes/messageChatInternal.php | 4 +++- .../Views/themes/vuexy/form/mensajes/messageChatPedido.php | 7 +++---- .../themes/vuexy/form/mensajes/messageChatPresupuesto.php | 7 +++---- 6 files changed, 18 insertions(+), 11 deletions(-) diff --git a/ci4/app/Views/themes/vuexy/form/mensajes/mensajesView.php b/ci4/app/Views/themes/vuexy/form/mensajes/mensajesView.php index 07428fcb..85cf1b96 100644 --- a/ci4/app/Views/themes/vuexy/form/mensajes/mensajesView.php +++ b/ci4/app/Views/themes/vuexy/form/mensajes/mensajesView.php @@ -60,8 +60,7 @@ section('css') ?> - - + endSection() ?> section("additionalExternalJs") ?> @@ -70,5 +69,7 @@ + endSection() ?> \ No newline at end of file diff --git a/ci4/app/Views/themes/vuexy/form/mensajes/messageChat.php b/ci4/app/Views/themes/vuexy/form/mensajes/messageChat.php index 4b6df88a..cb4e3a1f 100644 --- a/ci4/app/Views/themes/vuexy/form/mensajes/messageChat.php +++ b/ci4/app/Views/themes/vuexy/form/mensajes/messageChat.php @@ -23,5 +23,7 @@ + + endSection() ?> \ No newline at end of file diff --git a/ci4/app/Views/themes/vuexy/form/mensajes/messageChatFactura.php b/ci4/app/Views/themes/vuexy/form/mensajes/messageChatFactura.php index ff05265c..ac6cd19a 100644 --- a/ci4/app/Views/themes/vuexy/form/mensajes/messageChatFactura.php +++ b/ci4/app/Views/themes/vuexy/form/mensajes/messageChatFactura.php @@ -18,6 +18,8 @@ section('css') ?> + + @@ -26,5 +28,7 @@ + + endSection() ?> \ No newline at end of file diff --git a/ci4/app/Views/themes/vuexy/form/mensajes/messageChatInternal.php b/ci4/app/Views/themes/vuexy/form/mensajes/messageChatInternal.php index 0152bb79..a25ee198 100644 --- a/ci4/app/Views/themes/vuexy/form/mensajes/messageChatInternal.php +++ b/ci4/app/Views/themes/vuexy/form/mensajes/messageChatInternal.php @@ -15,6 +15,8 @@ section('css') ?> + + @@ -24,5 +26,5 @@ - + endSection() ?> diff --git a/ci4/app/Views/themes/vuexy/form/mensajes/messageChatPedido.php b/ci4/app/Views/themes/vuexy/form/mensajes/messageChatPedido.php index db0e52d1..110ea521 100644 --- a/ci4/app/Views/themes/vuexy/form/mensajes/messageChatPedido.php +++ b/ci4/app/Views/themes/vuexy/form/mensajes/messageChatPedido.php @@ -15,13 +15,12 @@ section('css') ?> - - + endSection() ?> section("additionalExternalJs") ?> - - + + endSection() ?> \ No newline at end of file diff --git a/ci4/app/Views/themes/vuexy/form/mensajes/messageChatPresupuesto.php b/ci4/app/Views/themes/vuexy/form/mensajes/messageChatPresupuesto.php index 8eda11d4..90a632f1 100644 --- a/ci4/app/Views/themes/vuexy/form/mensajes/messageChatPresupuesto.php +++ b/ci4/app/Views/themes/vuexy/form/mensajes/messageChatPresupuesto.php @@ -15,13 +15,12 @@ section('css') ?> - - + endSection() ?> section("additionalExternalJs") ?> - - + + endSection() ?> \ No newline at end of file