Update check-in page UI messages
This commit is contained in:
@@ -392,7 +392,7 @@ a:hover {
|
|||||||
|
|
||||||
/* Layout */
|
/* Layout */
|
||||||
.container {
|
.container {
|
||||||
max-width: 1200px;
|
max-width: 1600px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 var(--spacing-4);
|
padding: 0 var(--spacing-4);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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
|
<link
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
@@ -532,10 +532,10 @@
|
|||||||
>
|
>
|
||||||
</h2>
|
</h2>
|
||||||
<p
|
<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"
|
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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -575,7 +575,7 @@
|
|||||||
|
|
||||||
<button type="submit" id="submitCheckin" class="btn btn-primary">
|
<button type="submit" id="submitCheckin" class="btn btn-primary">
|
||||||
<i class="fas fa-user-check"></i>
|
<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>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@@ -588,9 +588,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<h2 class="success-title">
|
<h2 class="success-title">
|
||||||
<span
|
<span
|
||||||
data-en="Submitted Successfully!"
|
data-en="{{ qr_code.location_event }} Successfully!"
|
||||||
data-es="Enviado exitosamente!"
|
data-es="Enviado exitosamente!"
|
||||||
>Submitted Successfully!</span
|
>{{ qr_code.location_event }} Successful!</span
|
||||||
>
|
>
|
||||||
</h2>
|
</h2>
|
||||||
<p class="success-subtitle">
|
<p class="success-subtitle">
|
||||||
@@ -604,7 +604,7 @@
|
|||||||
|
|
||||||
<!-- NEW: Check-in Sequence Display -->
|
<!-- NEW: Check-in Sequence Display -->
|
||||||
<div id="successCheckinSequence" class="checkin-sequence">
|
<div id="successCheckinSequence" class="checkin-sequence">
|
||||||
Check-in #1
|
{{ qr_code.location_event }} #1
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="success-details">
|
<div class="success-details">
|
||||||
@@ -637,7 +637,7 @@
|
|||||||
class="detail-label"
|
class="detail-label"
|
||||||
data-en="Submission Time"
|
data-en="Submission Time"
|
||||||
data-es="Hora de presentación"
|
data-es="Hora de presentación"
|
||||||
>Submission Time</span
|
>{{ qr_code.location_event }} Time</span
|
||||||
>
|
>
|
||||||
<span class="detail-value" id="successCheckInTime">-</span>
|
<span class="detail-value" id="successCheckInTime">-</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user