From 16fde03781c4efc9dc2d1f64819515603f24d9ed 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 Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- 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.43.2