Rechnungsanalyse: Kopfzeile aufgeraeumt, Zurueck-Weg steckt im Logo

Der Button "← Admin" und die Lead-Zeile in der Kopfleiste sind raus. Das
webklar-Logo ist jetzt selbst der Link zurueck ins Admin-Panel (mit title
als Hinweis). Der Lead steht weiterhin ueber dem Preis ("Angebot für …").
This commit is contained in:
Claude
2026-08-08 21:47:31 +00:00
parent 9108c90a53
commit c4a6c90306
3 changed files with 8 additions and 11 deletions

View File

@@ -688,9 +688,6 @@ async function initKalkulation() {
restoreState()
if (customer) {
const parts = [customer.name, customer.location].filter(Boolean)
el('kal-lead').innerHTML =
`<span style="font-size:13.5px;color:var(--color-accent-2-100)">Lead: <b style="color:#fff">${escapeHtml(parts.join(' · '))}</b></span>`
el('hero-kicker').textContent = `Angebot für ${customer.name}`
if (!state.portalEmail) state.portalEmail = customer.email || ''
}