Remove hyphens
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#0f0f1a" />
|
||||
<title>Lagomare Gates – Admin</title>
|
||||
<title>Lagomare Gates - Admin</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/static/logo.svg" />
|
||||
<link rel="stylesheet" href="/static/style.css" />
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
<!-- ── Admin shell ─────────────────────────────────────────────────────── -->
|
||||
<div id="admin-view" class="hidden">
|
||||
<header class="app-header">
|
||||
<h2>⚙️ Admin – Lagomare Gates</h2>
|
||||
<h2>⚙️ Admin - Lagomare Gates</h2>
|
||||
<button id="logout-btn" class="btn btn-ghost" style="font-size:.85rem;padding:.5rem 1rem">Logout</button>
|
||||
</header>
|
||||
|
||||
@@ -238,7 +238,7 @@
|
||||
<form id="keypass-form">
|
||||
<div class="field">
|
||||
<label for="kp-desc">Description</label>
|
||||
<input id="kp-desc" type="text" placeholder="e.g. Guests – June 2026" required />
|
||||
<input id="kp-desc" type="text" placeholder="e.g. Guests - June 2026" required />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="kp-code">Code <span style="color:var(--text-muted);font-weight:400">(leave empty to auto-generate)</span></label>
|
||||
@@ -318,7 +318,7 @@
|
||||
<input type="hidden" id="gate-edit-id" />
|
||||
<div class="field">
|
||||
<label for="gate-name">Name</label>
|
||||
<input id="gate-name" type="text" placeholder="e.g. Main entrance – Car" required />
|
||||
<input id="gate-name" type="text" placeholder="e.g. Main entrance - Car" required />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="gate-type">Type</label>
|
||||
|
||||
Reference in New Issue
Block a user