Update check-in page UI messages

This commit is contained in:
Nguyen Ngo
2025-08-08 09:55:25 -04:00
parent 80a72d3458
commit 57f31237ac
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ a:hover {
/* Layout */
.container {
max-width: 1200px;
max-width: 1600px;
margin: 0 auto;
padding: 0 var(--spacing-4);
}
+8 -8
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ qr_code.location_event }} - Check In</title>
<title>{{ qr_code.location_event }}</title>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
rel="stylesheet"
@@ -532,10 +532,10 @@
>
</h2>
<p
data-en="Please enter your Employee ID to check in/out"
data-en="Please enter your Employee ID to {{ qr_code.location_event }}"
data-es="Por favor ingrese su ID de empleado para registrar su entrada/salida"
>
Please enter your Employee ID to check in/out
Please enter your Employee ID to {{ qr_code.location_event }}
</p>
</div>
@@ -575,7 +575,7 @@
<button type="submit" id="submitCheckin" class="btn btn-primary">
<i class="fas fa-user-check"></i>
<span data-en="Submit" data-es="Someter">Someter</span>
<span data-en="{{ qr_code.location_event }}" data-es="Someter">{{ qr_code.location_event }}</span>
</button>
</form>
</div>
@@ -588,9 +588,9 @@
</div>
<h2 class="success-title">
<span
data-en="Submitted Successfully!"
data-en="{{ qr_code.location_event }} Successfully!"
data-es="Enviado exitosamente!"
>Submitted Successfully!</span
>{{ qr_code.location_event }} Successful!</span
>
</h2>
<p class="success-subtitle">
@@ -604,7 +604,7 @@
<!-- NEW: Check-in Sequence Display -->
<div id="successCheckinSequence" class="checkin-sequence">
Check-in #1
{{ qr_code.location_event }} #1
</div>
<div class="success-details">
@@ -637,7 +637,7 @@
class="detail-label"
data-en="Submission Time"
data-es="Hora de presentación"
>Submission Time</span
>{{ qr_code.location_event }} Time</span
>
<span class="detail-value" id="successCheckInTime">-</span>
</div>