Created attachment 28319 [details] Correct display of results list in prog theme If you are using 880 fields for cataloging the original script and the script is RTL, the text should be display aligned right instead of left. This is still working in prog, but not in bootstrap on current master. Attaching some screenshots.
Created attachment 28320 [details] Incorrect display of results list in bootstrap theme
Created attachment 28321 [details] Correct display of detail page in prog theme
Created attachment 28322 [details] Partially broken detail page in bootstrap theme
Created attachment 31741 [details] [review] Bug 12281: Display for records with RTL script in 880 in Boostrap This patch adds a missing CSS declaration to the Boostrap CSS file in order to fix the display for RTL script catalogued in tag 880. To test: - Catalog or import records using the 880 tag into your catalog - Compare the prog OPAC detail and rsult view with bootstrap - Apply patch - Verfiy now the display in bootstrap is the same as before in prog (and also in staff) Note: Some notes on how to catalog with 880 were added to the bug report.
Documentation: Alternate Graphic Representation 880: http://www.loc.gov/marc/bibliographic/bd880.html An example from a record with various 246 fields in different scripts: 246 $a On the tip of the tongue : 500 yiddish proverbs 246 $a ʿAl ḳetseh ha-lashon : 500 pitgeme yidish 880 $6 246-02/Cyrl $a На кончике языка : 500 пословиц идиша 880 $6 246-01/Hebr/r $a על קצה הלשון : 500 פתגמי יידיש
I'm not sure how to turn on RTL to test this? :)
Hi Aleisha, it's something that happens automatically when you have a record with the 880 fields - the RTL (read from right to left) scripts will run into the screen from right to the left on detail and result page.
Tested on a sandbox but sign-off feature isn't working so signing off here
Created attachment 32133 [details] [review] [PASSED QA] Bug 12281: Display for records with RTL script in 880 in Boostrap This patch adds a missing CSS declaration to the Boostrap CSS file in order to fix the display for RTL script catalogued in tag 880. To test: - Catalog or import records using the 880 tag into your catalog - Compare the prog OPAC detail and rsult view with bootstrap - Apply patch - Verfiy now the display in bootstrap is the same as before in prog (and also in staff) Note: Some notes on how to catalog with 880 were added to the bug report. Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Patch pushed to master. Thanks Katrina!