[Koha-bugs] [Bug 28993] Switch magnifying class in staff detail pages to FA icon

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 10 20:32:20 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28993

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
I'd like to also replace the image on the authority detail page but I'm
confused by this section of the template (authorities/detail.tt):

[% IF ( subfiel.link ) %]
    <a class="authlink"
href="/cgi-bin/koha/catalogue/search.pl?op=do_search&marclist=[%
subfiel.link | uri %]&operator==&type=intranet&value=[%
subfiel.marc_value |url %]">
        <i class="fa fa-search" aria-label="Search on [% subfiel.marc_value |
html %]" title="Search on [% subfiel.marc_value | html %]"></i>
    </a>
[% END %]
[% IF ( subfiel.authority ) %]
    <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% subfiel.authority |
uri %]" class="button">Auth</a>
[% END %]

Are subfiel.link and subfiel.authority really relevant to an authority record?
I'm wondering if it's actually copy and paste from the MARC view.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list