File tree Expand file tree Collapse file tree
Koha/Plugin/EDS/bootstrap/modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 %]
You can’t perform that action at this time.
0 commit comments