Skip to content

Commit 841dd51

Browse files
committed
Fix: ensure the Arabic label for PDF full-text and HTML full-text read correctly
forcing direction of LTR to force the mixed translation to correctly show English & Arabic in the right order
1 parent 51a0d90 commit 841dd51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Koha/Plugin/EDS/bootstrap/modules/eds-results.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,13 @@
314314
<span class="label">[% EDSLANG.eds_results_TT_links %] </span>
315315
[% FOREACH CUSTOMLINK IN RECORD.FullText.Text.Availability %]
316316

317-
<a class="html-customlink" target="_blank" href="[% PLUGIN_HTTP_PATH %]/opac/eds-detail.pl?q=Retrieve?an=[% ResultRecordId %]|dbid=[%RECORD.Header.DbId%]&fulltext=html" title="[% CUSTOMLINK.MouseOverText %]">
317+
<a class="html-customlink" target="_blank" dir="ltr" href="[% PLUGIN_HTTP_PATH %]/opac/eds-detail.pl?q=Retrieve?an=[% ResultRecordId %]|dbid=[%RECORD.Header.DbId%]&fulltext=html" title="[% CUSTOMLINK.MouseOverText %]">
318318
[% EDSLANG.eds_results_TT_links_html %]
319319
</a>
320320
[% END %]
321321
[% FOREACH CUSTOMLINK IN RECORD.FullText.Links %]
322322

323-
<a class="[% CUSTOMLINK.Type %]" target="_blank" href="[% PLUGIN_HTTP_PATH %]/opac/eds-detail.pl?q=Retrieve?an=[% RECORD.Header.An %]|dbid=[%RECORD.Header.DbId%]&fulltext=[% CUSTOMLINK.Type %]" title="[% CUSTOMLINK.MouseOverText %]" style="height: 16px; display: inline-block;">
323+
<a class="[% CUSTOMLINK.Type %]" target="_blank" dir="ltr" href="[% PLUGIN_HTTP_PATH %]/opac/eds-detail.pl?q=Retrieve?an=[% RECORD.Header.An %]|dbid=[%RECORD.Header.DbId%]&fulltext=[% CUSTOMLINK.Type %]" title="[% CUSTOMLINK.MouseOverText %]" style="height: 16px; display: inline-block;">
324324
[% IF CUSTOMLINK.Type == 'pdflink' %][% EDSLANG.eds_results_TT_links_pdf %]
325325
[% ELSIF CUSTOMLINK.Type == 'ebook-pdf' %][% EDSLANG.eds_results_TT_links_ebook %]
326326
[% ELSE %][% CUSTOMLINK.Type %][% END %]

0 commit comments

Comments
 (0)