fix(turnero): agregar sidebar toggle en vistas standalone (recepcion, lugar, configuracion)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
da594e0021
commit
90baff34f9
@@ -1190,5 +1190,6 @@ async function guardarWhatsApp() {
|
|||||||
} catch (e) { toast('Error de conexión', 'error'); }
|
} catch (e) { toast('Error de conexión', 'error'); }
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<script src="<?= defined('APP_URL') ? rtrim(APP_URL,'/') : '' ?>/assets/js/lab-sidebar.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ require_once __DIR__ . '/../../../shared/components/sidebar.php';
|
|||||||
<main class="main-content" style="padding:0">
|
<main class="main-content" style="padding:0">
|
||||||
|
|
||||||
<!-- ── Top bar ──────────────────────────────────────────── -->
|
<!-- ── Top bar ──────────────────────────────────────────── -->
|
||||||
<div class="d-flex align-items-center justify-content-between px-3 py-2 border-bottom bg-white"
|
<div class="content-header d-flex align-items-center justify-content-between px-3 py-2 border-bottom bg-white"
|
||||||
style="position:sticky;top:0;z-index:100;min-height:52px">
|
style="position:sticky;top:0;z-index:100;min-height:52px">
|
||||||
<div class="d-flex align-items-center gap-2">
|
<div class="d-flex align-items-center gap-2">
|
||||||
<i class="fas fa-map-marker-alt text-primary"></i>
|
<i class="fas fa-map-marker-alt text-primary"></i>
|
||||||
@@ -1104,5 +1104,6 @@ async function guardarComentario() {
|
|||||||
<span id="lug-toast-msg"></span>
|
<span id="lug-toast-msg"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script src="<?= defined('APP_URL') ? rtrim(APP_URL,'/') : '' ?>/assets/js/lab-sidebar.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -303,7 +303,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||||||
<main class="main-content" style="padding:0">
|
<main class="main-content" style="padding:0">
|
||||||
|
|
||||||
<!-- ── Top bar ──────────────────────────────────────────── -->
|
<!-- ── Top bar ──────────────────────────────────────────── -->
|
||||||
<div class="d-flex align-items-center justify-content-between px-3 py-2 border-bottom bg-white"
|
<div class="content-header d-flex align-items-center justify-content-between px-3 py-2 border-bottom bg-white"
|
||||||
style="position:sticky;top:0;z-index:100">
|
style="position:sticky;top:0;z-index:100">
|
||||||
<div class="d-flex align-items-center gap-2">
|
<div class="d-flex align-items-center gap-2">
|
||||||
<i class="fas fa-concierge-bell text-primary"></i>
|
<i class="fas fa-concierge-bell text-primary"></i>
|
||||||
@@ -1664,5 +1664,6 @@ function mostrarToast(msg, type = 'info', duration = 2500) {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
<script src="<?= defined('APP_URL') ? rtrim(APP_URL,'/') : '' ?>/assets/js/lab-sidebar.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user