diff --git a/ci4/.env b/ci4/.env
index c2ec8729..8b1ca0f3 100755
--- a/ci4/.env
+++ b/ci4/.env
@@ -23,7 +23,7 @@ CI_ENVIRONMENT = development
#--------------------------------------------------------------------
#app.baseURL = 'https://sk-dev.imnavajas.es'
-app.baseURL = 'https://sk-jjo.imnavajas.es'
+app.baseURL = 'https://sk-imn.imnavajas.es'
# app.baseURL = 'https://sk-imn.imnavajas.es'
# app.baseURL = "http://safekat.test/"
# app.forceGlobalSecureRequests = false
diff --git a/ci4/app/Views/themes/backend/vuexy/main/breadcrumbs.php b/ci4/app/Views/themes/backend/vuexy/main/breadcrumbs.php
index b05a8562..ca33ed44 100755
--- a/ci4/app/Views/themes/backend/vuexy/main/breadcrumbs.php
+++ b/ci4/app/Views/themes/backend/vuexy/main/breadcrumbs.php
@@ -1,24 +1,69 @@
-
+
+
+
-
-
\ No newline at end of file
+
+
+
+
+
+= $this->section('additionalInlineJs') ?>
+
+ function showBreadCrumbSaveButton(showIt = false){
+ if(showIt === true){
+ $('#bc-save-div').show();
+ $('#bc-card').addClass('bg-warning');
+ } else if(showIt === false){
+ $('#bc-save-div').hide();
+ $('#bc-card').removeClass('bg-warning');
+ }
+ }
+
+ // SOLO PARA TEST
+ $(document).on("keypress", function(event) {
+ if (event.keyCode === 112) {
+ event.preventDefault();
+ showBreadCrumbSaveButton(true);
+ }
+ });
+
+ $('#bc-save').on( "click", function() {
+ showBreadCrumbSaveButton(false);
+ alert('click action on save button');
+ } );
+ ///
+
+
+= $this->endSection() ?>
diff --git a/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php b/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php
index e20bb285..ae2649f7 100755
--- a/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php
+++ b/ci4/app/Views/themes/backend/vuexy/main/defaultlayout.php
@@ -92,7 +92,6 @@ if (!empty($token) && $tfa == false) {
-
@@ -118,11 +117,6 @@ if (!empty($token) && $tfa == false) {
-
@@ -270,6 +264,7 @@ if (!empty($token) && $tfa == false) {
+
@@ -278,12 +273,15 @@ if (!empty($token) && $tfa == false) {
-
-
-
-
- = $this->renderSection('content') ?>
+
+ =
+ // Render the content section
+ $this->renderSection('content')
+ ?>
diff --git a/httpdocs/themes/vuexy/css/safekat.css b/httpdocs/themes/vuexy/css/safekat.css
index 4914d797..b3ca639d 100755
--- a/httpdocs/themes/vuexy/css/safekat.css
+++ b/httpdocs/themes/vuexy/css/safekat.css
@@ -114,3 +114,9 @@
text-align: center;
margin-top: 1rem;
}
+
+.sticky-breadcrumb {
+ position: sticky;
+ top: 90px;
+ z-index: 1020;
+}
\ No newline at end of file
diff --git a/httpdocs/themes/vuexy/vendor/css/rtl/core.css b/httpdocs/themes/vuexy/vendor/css/rtl/core.css
index 221f0a7f..9c84a8ac 100755
--- a/httpdocs/themes/vuexy/vendor/css/rtl/core.css
+++ b/httpdocs/themes/vuexy/vendor/css/rtl/core.css
@@ -3985,7 +3985,7 @@ textarea.form-control-lg {
.breadcrumb {
--bs-breadcrumb-padding-x: 0;
--bs-breadcrumb-padding-y: 0;
- --bs-breadcrumb-margin-bottom: 1rem;
+ /* --bs-breadcrumb-margin-bottom: 1rem; IMN */
--bs-breadcrumb-bg: transparent;
--bs-breadcrumb-border-radius: ;
--bs-breadcrumb-divider-color: #4b465c;