Fix more IOS stuff. Adjust sig size. Adjust bootstrap inc. Add site welcome. Fix User admin. Fix site delete. NOTE - updates past this must adjust sql initial column. ALTER TABLE lsio_visits MODIFY initials INT. Also add WELCOMETO to lang file or recopy if you use defaults.

This commit is contained in:
2021-04-21 12:07:02 -04:00
parent f9a4849cd6
commit 7540e4dc29
9 changed files with 158 additions and 35 deletions

View File

@@ -142,5 +142,6 @@ VISITOR = 'Besucher'
VOID = 'Leere'
VOID_WARNING = 'Sind Sie sicher, dass Sie diesen Besuch aufheben möchten? Es gibt kein Rückgängig.'
VSIGNATURE = 'Unterschrift des Besuchers'
WELCOMETO = 'Willkommen zu'
YESYES = 'Ja'
NONO = 'Nein'

View File

@@ -142,5 +142,6 @@ VISITOR = 'Visitor'
VOID = 'Void'
VOID_WARNING = 'Are you sure you want to VOID this visit? There is no undo.'
VSIGNATURE = 'Visitor Signature'
WELCOMETO = 'Welcome to'
YESYES = 'Yes'
NONO = 'No'

View File

@@ -142,5 +142,6 @@ VISITOR = 'Visitante'
VOID = 'Invalidar'
VOID_WARNING = '¿Seguro que quieres anular esta visita? No hay deshacer.'
VSIGNATURE = 'Firma del Visitante'
WELCOMETO = 'Bienvenido a'
YESYES = 'Sí'
NONO = 'No'

View File

@@ -142,5 +142,6 @@ VISITOR = 'Visiteur'
VOID = 'Vide'
VOID_WARNING = 'Êtes-vous sûr de vouloir annuler cette visite? Il n'y a pas d'annuler.'
VSIGNATURE = 'Visiteur Signature'
WELCOMETO = 'Bienvenue à'
YESYES = 'Oui'
NONO = 'Non'