ui adjust

This commit is contained in:
Josh North 2021-04-30 09:50:46 -04:00
parent f3003266f6
commit 5fd26f85b8
6 changed files with 12 additions and 4 deletions

View File

@ -259,7 +259,7 @@ $(document).on("click", ".open-voidModal", function (e) {
</div>
<?php if($row['visits_id_type'] === 1) { ?>
<div>
<span class="badge badge-light"><?php echo $transLang['REFERENCE']; ?></span> <?php echo $row['visits_id_reference']; ?>
<span class="badge badge-light"><?php echo $transLang['TICKET']; ?></span> <?php echo $row['visits_id_reference']; ?>
</div>
<?php }; ?>
<?php if($SiteInfo->getSite($siteid, $uid, "0", "0")[0]["sites_region"] == "US") { ?>
@ -273,7 +273,7 @@ $(document).on("click", ".open-voidModal", function (e) {
<span class="badge badge-light"><?php echo $transLang['BADGE']; ?></span> <?php echo $row['visits_badge']; ?>
</div>
<div>
<span class="badge badge-light"><?php echo $transLang['USERNAME']; ?></span> <?php echo $Users->getUserInitials($row['visits_initials'])[0]["users_firstname"] . " " . $Users->getUserInitials($row['visits_initials'])[0]["users_lastname"]; ?>&nbsp;
<span class="badge badge-light"><?php echo $transLang['SIGNINBY']; ?></span> <?php echo $Users->getUserInitials($row['visits_initials'])[0]["users_firstname"] . " " . $Users->getUserInitials($row['visits_initials'])[0]["users_lastname"]; ?>&nbsp;
</div>
@ -305,7 +305,7 @@ $(document).on("click", ".open-voidModal", function (e) {
<div class="invalid-feedback"><?php echo $transLang['REQUIRED']; ?></div>
</div>
<div id="ticket-<?php echo $visitid; ?>" name="ticket-<?php echo $visitid; ?>" class="input-group input-group-sm mb-0"><div class="input-group-prepend"><span class="input-group-text" id="basic-addon1"><?php echo $transLang['REFERENCE']; ?></span></div>
<div id="ticket-<?php echo $visitid; ?>" name="ticket-<?php echo $visitid; ?>" class="input-group input-group-sm mb-0"><div class="input-group-prepend"><span class="input-group-text" id="basic-addon1"><?php echo $transLang['TICKET']; ?></span></div>
<input class="form-control form-control-sm bg-white<?php if( isset($id_reference_error) && $id_reference_error === 1 && $_POST['approvevisit'] == $visitid ) { echo " is-invalid"; } ?>" type="text" id="id_reference-<?php echo $visitid; ?>" name="id_reference">
<div class="invalid-feedback"><?php echo $transLang['REQUIRED']; ?></div>
</div>

View File

@ -133,7 +133,7 @@
<?php if ($_POST['reporttype'] == "Default"): ?>
<div class="container-fluid">
<table id="report" class="table table-striped table-bordered table-sm table-responsive-sm text-nowrap">
<thead><tr><th><?php echo $transLang['IN']; ?></th><th><?php echo $transLang['OUT']; ?></th><th><?php echo $transLang['SITE']; ?></th><th><?php echo $transLang['COMPANY']; ?></th><th><?php echo $transLang['REASON']; ?></th><th><?php echo $transLang['NAME']; ?></th><th><?php echo $transLang['ESCORT']; ?></th><th><?php echo $transLang['BADGE']; ?></th><th><?php echo $transLang['INITIALS']; ?></th><?php if($SiteInfo->getSite($siteid, $uid, "0", "0")[0]["sites_region"] == "EMEA") { ?><th><?php echo $transLang['CARNUM']; ?></th><th><?php echo $transLang['SSANUM']; ?></th><?php } ?><?php if($SiteInfo->getSite($_POST['repsite'], $uid, "0", "0")[0]["sites_region"] == "US") { ?><th><?php echo $transLang['CITIZEN']; ?></th><?php } ?><th><?php echo $transLang['ID_TYPE']; ?></th><th><?php echo $transLang['ID_CHECKED']; ?></th><th><?php echo $transLang['DECLINE']; ?></th></tr></thead>
<thead><tr><th><?php echo $transLang['IN']; ?></th><th><?php echo $transLang['OUT']; ?></th><th><?php echo $transLang['SITE']; ?></th><th><?php echo $transLang['COMPANY']; ?></th><th><?php echo $transLang['REASON']; ?></th><th><?php echo $transLang['NAME']; ?></th><th><?php echo $transLang['ESCORT']; ?></th><th><?php echo $transLang['BADGE']; ?></th><th><?php echo $transLang['SIGNINBY']; ?></th><?php if($SiteInfo->getSite($siteid, $uid, "0", "0")[0]["sites_region"] == "EMEA") { ?><th><?php echo $transLang['CARNUM']; ?></th><th><?php echo $transLang['SSANUM']; ?></th><?php } ?><?php if($SiteInfo->getSite($_POST['repsite'], $uid, "0", "0")[0]["sites_region"] == "US") { ?><th><?php echo $transLang['CITIZEN']; ?></th><?php } ?><th><?php echo $transLang['ID_TYPE']; ?></th><th><?php echo $transLang['TICKET']; ?></th><th><?php echo $transLang['DECLINE']; ?></th></tr></thead>
<tbody>
<?php
$approval = "2";

View File

@ -114,6 +114,7 @@ SELECTREASON = 'Grund wählen'
SERVER_TIME = 'Serverzeit'
SIGNATURE = 'Unterschrift'
SIGNIN = 'Anmelden'
SIGNINBY = 'Geprüft von'
SIGNIN_THANKYOU = 'Danke, dass Sie sich angemeldet haben. Wir werden Ihnen in Kürze ein Badge zuweisen.'
SIGNOUT = 'Abmelden'
SIGNOUT_THANKYOU = 'Danke - Sie wurden erfolgreich abgemeldet.'
@ -125,6 +126,7 @@ START = 'Anfang'
STATEID = 'Staat ID'
TERMSTITLE = 'Unsere Regeln'
TESTING = 'Testen'
TICKET = 'Fahrkarte #'
TIMEINOUT = 'Zeit ein / aus'
TIMEREASON = 'Zeit und Grund'
TIMEZONE = 'Zeitzone'

View File

@ -114,6 +114,7 @@ SELECTREASON = 'Select Reason'
SERVER_TIME = 'Server Time'
SIGNATURE = 'Signature'
SIGNIN = 'Sign In'
SIGNINBY = 'Sign-In By'
SIGNIN_THANKYOU = 'Thank you for signing in. We will assign a badge shortly.'
SIGNOUT = 'Sign Out'
SIGNOUT_THANKYOU = 'Thank you - you have been successfully signed out.'
@ -125,6 +126,7 @@ START = 'Start'
STATEID = 'State ID'
TERMSTITLE = 'Our Rules'
TESTING = 'Testing'
TICKET = 'Ticket #'
TIMEINOUT = 'Time In / Time Out'
TIMEREASON = 'Time & Reason'
TIMEZONE = 'Timezone'

View File

@ -114,6 +114,7 @@ SELECTREASON = 'Por favor seleccione tipo'
SERVER_TIME = 'Tiempo de Servidor'
SIGNATURE = 'Firma'
SIGNIN = 'Llegada del cliente'
SIGNINBY = 'Verificada por'
SIGNIN_THANKYOU = 'Gracias por iniciar sesión. Le asignaremos una credencial en breve.'
SIGNOUT = 'Salida del cliente'
SIGNOUT_THANKYOU = 'Gracias, te has desconectado.'
@ -125,6 +126,7 @@ START = 'Comienzo'
STATEID = 'Identificación del estado'
TERMSTITLE = 'Nuestras reglas'
TESTING = 'Ensayo'
TICKET = 'Billete #'
TIMEINOUT = 'Tiempo de inicio / fin de tiempo'
TIMEREASON = 'Tiempo y razon'
TIMEZONE = 'Zona horaria'

View File

@ -114,6 +114,7 @@ SELECTREASON = 'Select Reason'
SERVER_TIME = 'Heure du serveur'
SIGNATURE = 'Signature'
SIGNIN = 'Sign In'
SIGNINBY = 'Vérifié par'
SIGNIN_THANKYOU = 'Merci pour votre connexion. Nous attribuerons un badge dans quelques instants.'
SIGNOUT = 'Sign Out'
SIGNOUT_THANKYOU = 'Merci - vous avez été déconnecté avec succès.'
@ -125,6 +126,7 @@ START = 'Début'
STATEID = 'State ID'
TERMSTITLE = 'Nos règles'
TESTING = 'Essai'
TICKET = 'Billet #'
TIMEINOUT = 'Time In / Time Out'
TIMEREASON = 'Temps et raison'
TIMEZONE = 'Fuseau horaire'