From a304ef1a90760f0c632844d78753ae95f088ad6b Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 24 Sep 2013 10:51:36 -0400 Subject: [PATCH] TPAC: Prevent IE compatibility view Windows XP has IE8, and it can handle the CSS we have in the TPAC. However, the "compatibility view" button, if clicked, actually results in horribly broken rendering (contrary to what one would expect). Adding this tag prevents the compatibility view button from displaying and should improve the experience for users. Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/parts/base.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates/opac/parts/base.tt2 b/Open-ILS/src/templates/opac/parts/base.tt2 index 0e51783fe6..95b3c31a14 100644 --- a/Open-ILS/src/templates/opac/parts/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/base.tt2 @@ -2,6 +2,7 @@ + [% IF ctx.refresh %] [% ELSIF ctx.authtime %] -- 2.11.0