Bugzilla – Attachment 22099 Details for
Bug 8070
<pre> block produced by showmarc.pl really not good in RTL languages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8070: Showmarc preview looks really wrongheaded RTL.
Bug-8070-Showmarc-preview-looks-really-wrongheaded.patch (text/plain), 1.47 KB, created by
Owen Leonard
on 2013-10-20 19:25:56 UTC
(
hide
)
Description:
Bug 8070: Showmarc preview looks really wrongheaded RTL.
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-10-20 19:25:56 UTC
Size:
1.47 KB
patch
obsolete
>From c08995dfa8b884b5876823ea1a150cf8275d197d Mon Sep 17 00:00:00 2001 >From: D Ruth Bavousett <druthb@gmail.com> >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 <oleonard@myacpl.org> > >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 @@ > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > </head> > <body id="catalog_showmarc" class="catalog"> >-<div id="main"> >+<div id="main" style="direction: ltr;"> > <pre>[% MARC_FORMATTED %] </pre> > </div> > </body> >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8070
:
22082
|
22099
|
22111