From 432f5ad400c6679186b27a00b61a3ad72ddda313 Mon Sep 17 00:00:00 2001 From: D Ruth Bavousett Date: Sun, 20 Oct 2013 12:23:44 -0500 Subject: [PATCH] Bug 8070: improve MARC preview display for RTL languages The Right Answer, according to the cataloger I spoke to, is to make it LTR when doing "raw" MARC display. To test: 1) Install this patch, then run misc/translator/translate install ar-Arab 2) search for a bib in the staff client. 3) Switch to Arabic, and click the link to the left of "MARC Preview" Signed-off-by: Owen Leonard At first glace I was unsure about hard-coding this style in the template. Further testing indicated that this is required as the showmarc template doesn't inherit any of the CSS from the containing page. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tt index a15fae37b9..609c392156 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tt @@ -3,7 +3,7 @@ -
+
[% MARC_FORMATTED %] 
-- 2.20.1