From: Bill Erickson Date: Wed, 19 Aug 2015 15:37:56 +0000 (-0400) Subject: JBAS-821 LP1476370 SCKO logout warning xport X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8496f0837bd0c9631bf3d933845cc5d286398514;p=working%2FEvergreen.git JBAS-821 LP1476370 SCKO logout warning xport * Show a logout warning dialog 20 seconds before discontinuing a self-check patron login session. * Reset the inactivity timer with each checkout. Signed-off-by: Bill Erickson --- diff --git a/KCLS/openils/var/templates_kcls/circ/selfcheck/main.tt2 b/KCLS/openils/var/templates_kcls/circ/selfcheck/main.tt2 index 9011b6e02d..aaf26073cc 100644 --- a/KCLS/openils/var/templates_kcls/circ/selfcheck/main.tt2 +++ b/KCLS/openils/var/templates_kcls/circ/selfcheck/main.tt2 @@ -79,6 +79,7 @@ function switchTo(str,subpage) { [% INCLUDE 'circ/selfcheck/audio_config.tt2' %] +[% INCLUDE 'circ/selfcheck/logout_dialog.tt2' %]
Staff login required