From 7ed45b05880033dcb63132d1c7f48a76b82dc7ae 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. 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" --- 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 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.10.4