]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPac; support context-genereted refresh content
authorBill Erickson <berick@esilibrary.com>
Mon, 21 Nov 2011 20:44:40 +0000 (15:44 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 21 Mar 2012 13:56:52 +0000 (09:56 -0400)
commit4717c4312a9db8ff59bfb810be620dec75afbe58
treecf645b94fb4c82b619766c6f69c497c875d077da
parentddf8bb071c0bd1e6bbac968e2b081170a7a3ab14
TPac; support context-genereted refresh content

If the tpac context object contains a "refresh" attribute, it will be
used as the content attribute in a <meta http-equiv="refresh" ...>
element in the page head.  If present, it will override the default
refresh content for the authentication timeout.

While we're in there, let's use the more correct form of the content
attribute:  content="x; url=foo"

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/parts/base.tt2