[Koha-bugs] [Bug 16427] Direct link to authority records missing in staff detail view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 18 15:26:04 CET 2018


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #5 from Owen Leonard <oleonard at myacpl.org> ---
This looks good, but can I suggest one minor edit? I think a little space
before the icon would improve readability:

             <xsl:if test="marc:subfield[@code=9]">
+                <xsl:text> </xsl:text>
                 <a class='authlink'>

The XSL usually ignores whitespace, so the <xsl:text> block can put a single
space before the icon.

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


More information about the Koha-bugs mailing list