[Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 22 08:46:29 CEST 2021


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

--- Comment #392 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl
koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss

Seems you only remove 2 newlines, please remove these changes.

+                            [% IF defaulttab == 'components' %]
+                            <li id="tab_components" class="ui-tabs-active">
+                            [% ELSE %]
+                            <li id="tab_components">
+                            [% END %]
+                                <a href="#components">Components ([% (
ComponentParts.size ) %])</a>
+                            </li>

Indentation.

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl
b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl
index 105da508c7..2df0e1b3b4 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl
@@ -541,7 +541,6 @@
             <xsl:value-of select="$partName" />
         </xsl:if>
     </xsl:template>
-
 </xsl:stylesheet>

 <!-- Stylus Studio meta-information - (c)1998-2002 eXcelon Corp.

Dont do this please

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


More information about the Koha-bugs mailing list