From 21d282660757cc0795328eb54797668fdd114b4f Mon Sep 17 00:00:00 2001 From: imnavajas Date: Sat, 22 Jul 2023 23:06:22 +0200 Subject: [PATCH] Corregida repeticion de nombre dos veces en el perfil de usuario --- ci4/app/Views/themes/backend/vuexy/main/activities_layout.php | 2 +- ci4/app/Views/themes/backend/vuexy/main/all.php | 2 +- ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php | 2 +- ci4/app/Views/themes/backend/vuexy/main/demo_view.php | 2 +- .../Views/themes/backend/vuexy/main/general_settings_layout.php | 2 +- ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php b/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php index bd2a4e67..fb37147c 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/activities_layout.php @@ -230,7 +230,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin
diff --git a/ci4/app/Views/themes/backend/vuexy/main/all.php b/ci4/app/Views/themes/backend/vuexy/main/all.php index fc100a31..c7127724 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/all.php +++ b/ci4/app/Views/themes/backend/vuexy/main/all.php @@ -463,7 +463,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin
diff --git a/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php b/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php index 991f9015..8f4932fc 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php @@ -233,7 +233,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin
diff --git a/ci4/app/Views/themes/backend/vuexy/main/demo_view.php b/ci4/app/Views/themes/backend/vuexy/main/demo_view.php index 496f4006..5c96ceb5 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/demo_view.php +++ b/ci4/app/Views/themes/backend/vuexy/main/demo_view.php @@ -178,7 +178,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin
diff --git a/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php b/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php index 1da9e545..67d418c0 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/general_settings_layout.php @@ -233,7 +233,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin
diff --git a/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php b/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php index 2b95148c..ae5a4b4d 100644 --- a/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php +++ b/ci4/app/Views/themes/backend/vuexy/main/presupuestos_layout.php @@ -234,7 +234,7 @@ if (!empty($token) && $tfa == false) {
- get('first_name') . ' ' . $session->get('first_name') ?> + get('first_name') . ' ' . $session->get('last_name') ?> Admin