From 1830abfcf1f6b9a51e2be7e6e9bc2124137a347c Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 27 Apr 2017 15:31:39 -0400 Subject: [PATCH] LP#1691009 Cache the RTL and LTR stylesheets To allow browsers to cache the correct version of the stylesheet, append a GET param indicating the direction. Signed-off-by: Dan Scott Signed-off-by: Ben Shum Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/opac/parts/base.tt2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/base.tt2 b/Open-ILS/src/templates/opac/parts/base.tt2 index 6a78bcc6c8..8d7b07d1b9 100644 --- a/Open-ILS/src/templates/opac/parts/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/base.tt2 @@ -10,7 +10,9 @@ [% END %] - + [% IF ctx.get_i18n_l(ctx.eg_locale).rtl == 't' %] [% END %] -- 2.43.2