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 = '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'