From c08995dfa8b884b5876823ea1a150cf8275d197d Mon Sep 17 00:00:00 2001 From: D Ruth Bavousett Date: Sun, 20 Oct 2013 12:23:44 -0500 Subject: [PATCH] Bug 8070: Showmarc preview looks really wrongheaded RTL. Content-Type: text/plain; charset="utf-8" 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. --- .../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 a15fae3..609c392 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 %] 
-- 1.7.9.5