@@ -, +, @@ FA icon - To view the changes to the staff interface bibliographic detail page, locate a record which has at least one subject heading which is linked to a subject authority record. - The subject heading link should be followed by a magifying glass (Font Awesome) icon which links to the authority record's detail page. - View a similar change to the MARC detail page for the record. Confirm that the subject headings are followed by a link to the authority detail page. - Follow the authority search link to locate and view an authority record. The information on the authority detail page should be correct. --- .../prog/css/src/staff-global.scss | 7 +++++++ .../prog/en/modules/authorities/detail.tt | 8 -------- .../prog/en/modules/catalogue/MARCdetail.tt | 8 +++++--- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 16 ++++++---------- koha-tmpl/intranet-tmpl/prog/img/filefind.png | Bin 2479 -> 0 bytes 5 files changed, 18 insertions(+), 21 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/filefind.png --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -26,6 +26,13 @@ a { } } + &.authlink { + background-color: #e6f0f2; + border-radius: 5px; + display: inline-block; + padding: 2px 4px; + } + &.btn { &:link, &:visited { --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt @@ -106,14 +106,6 @@ [% subfiel.marc_value | html %] [% END %] - [% IF ( subfiel.link ) %] - - - - [% END %] - [% IF ( subfiel.authority ) %] - Auth - [% END %] [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt @@ -99,12 +99,14 @@ [% subfiel.short_desc | html %] [% IF ( subfiel.is_url ) %][% subfiel.marc_value | html %][% ELSE %][% subfiel.marc_value | html %][% END %] [% IF ( subfiel.link ) %] - - Search on [% subfiel.marc_value | html %] + + [% END %] [% IF ( subfiel.authority ) %] - Auth + + + [% END %]

[% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -688,11 +688,9 @@ /cgi-bin/koha/authorities/detail.pl?authid= - - /intranet-tmpl/prog/img/filefind.png - - 15 - 15 + + fa fa-search + View authority record @@ -740,11 +738,9 @@ /cgi-bin/koha/authorities/detail.pl?authid= - - /intranet-tmpl/prog/img/filefind.png - - 15 - 15 + + fa fa-search + View authority record