fix: corrige template expressions escapadas em admin-cliente (CSS/header/footer ausentes)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -311,11 +311,11 @@ function buildAdminClienteHTML(user) {
|
||||
return `<!DOCTYPE html>
|
||||
<html lang="pt-BR">
|
||||
<head>
|
||||
\${buildHead('Clientes 360', pageCSS, pageScripts)}
|
||||
${buildHead('Clientes 360', pageCSS, pageScripts)}
|
||||
</head>
|
||||
<body class="trading-console">
|
||||
|
||||
\${buildHeader({ role: role, userName: user.nome, activePage: 'cliente' })}
|
||||
${buildHeader({ role: role, userName: user.nome, activePage: 'cliente' })}
|
||||
|
||||
<div class="app-container">
|
||||
|
||||
@@ -545,7 +545,7 @@ function buildAdminClienteHTML(user) {
|
||||
<a href="#sectionInsights" class="console-nav-btn" data-section="sectionInsights"><span class="nav-icon">🧠</span><span class="nav-label">Insights</span></a>
|
||||
</nav>
|
||||
|
||||
\${buildFooter()}
|
||||
${buildFooter()}
|
||||
|
||||
<script>
|
||||
// === State ===
|
||||
|
||||
Reference in New Issue
Block a user