View | Details | Raw Unified | Return to bug 15460
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-2 / +2 lines)
Lines 122-132 Link Here
122
                        <xsl:choose>
122
                        <xsl:choose>
123
                            <xsl:when test="@code='h'">
123
                            <xsl:when test="@code='h'">
124
                                <!--  13381 Span class around subfield h so it can be suppressed via css -->
124
                                <!--  13381 Span class around subfield h so it can be suppressed via css -->
125
                                <span class="title_medium"><xsl:apply-templates/> </span>
125
                                <span class="title_medium"><xsl:apply-templates/> <xsl:text> </xsl:text> </span>
126
                            </xsl:when>
126
                            </xsl:when>
127
                            <xsl:when test="@code='c'">
127
                            <xsl:when test="@code='c'">
128
                                <!--  13381 Span class around subfield c so it can be suppressed via css -->
128
                                <!--  13381 Span class around subfield c so it can be suppressed via css -->
129
                                <span class="title_resp_stmt"><xsl:apply-templates/> </span>
129
                                <span class="title_resp_stmt"><xsl:apply-templates/> <xsl:text> </xsl:text> </span>
130
                            </xsl:when>
130
                            </xsl:when>
131
                            <xsl:otherwise>
131
                            <xsl:otherwise>
132
                                <xsl:apply-templates/>
132
                                <xsl:apply-templates/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl (-2 / +2 lines)
Lines 320-330 Link Here
320
                    <xsl:choose>
320
                    <xsl:choose>
321
                        <xsl:when test="@code='h'">
321
                        <xsl:when test="@code='h'">
322
                            <!--  13381 Span class around subfield h so it can be suppressed via css -->
322
                            <!--  13381 Span class around subfield h so it can be suppressed via css -->
323
                            <span class="title_medium"><xsl:apply-templates/> </span>
323
                            <span class="title_medium"><xsl:apply-templates/> <xsl:text> </xsl:text> </span>
324
                        </xsl:when>
324
                        </xsl:when>
325
                        <xsl:when test="@code='c'">
325
                        <xsl:when test="@code='c'">
326
                            <!--  13381 Span class around subfield c so it can be suppressed via css -->
326
                            <!--  13381 Span class around subfield c so it can be suppressed via css -->
327
                            <span class="title_resp_stmt"><xsl:apply-templates/> </span>
327
                            <span class="title_resp_stmt"><xsl:apply-templates/> <xsl:text> </xsl:text> </span>
328
                        </xsl:when>
328
                        </xsl:when>
329
                        <xsl:otherwise>
329
                        <xsl:otherwise>
330
                            <xsl:apply-templates/>
330
                            <xsl:apply-templates/>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-2 / +2 lines)
Lines 136-146 Link Here
136
                            <xsl:choose>
136
                            <xsl:choose>
137
                                <xsl:when test="@code='h'">
137
                                <xsl:when test="@code='h'">
138
                                    <!--  13381 Span class around subfield h so it can be suppressed via css -->
138
                                    <!--  13381 Span class around subfield h so it can be suppressed via css -->
139
                                    <span class="title_medium"><xsl:apply-templates/> </span>
139
                                    <span class="title_medium"><xsl:apply-templates/> <xsl:text> </xsl:text> </span>
140
                                </xsl:when>
140
                                </xsl:when>
141
                                <xsl:when test="@code='c'">
141
                                <xsl:when test="@code='c'">
142
                                    <!--  13381 Span class around subfield c so it can be suppressed via css -->
142
                                    <!--  13381 Span class around subfield c so it can be suppressed via css -->
143
                                    <span class="title_resp_stmt"><xsl:apply-templates/> </span>
143
                                    <span class="title_resp_stmt"><xsl:apply-templates/> <xsl:text> </xsl:text> </span>
144
                                </xsl:when>
144
                                </xsl:when>
145
                                <xsl:otherwise>
145
                                <xsl:otherwise>
146
                                    <xsl:apply-templates/>
146
                                    <xsl:apply-templates/>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-3 / +2 lines)
Lines 428-438 Link Here
428
                    <xsl:choose>
428
                    <xsl:choose>
429
                        <xsl:when test="@code='h'">
429
                        <xsl:when test="@code='h'">
430
                            <!--  13381 Span class around subfield h so it can be suppressed via css -->
430
                            <!--  13381 Span class around subfield h so it can be suppressed via css -->
431
                            <span class="title_medium"><xsl:apply-templates/> </span>
431
                            <span class="title_medium"><xsl:apply-templates/> <xsl:text> </xsl:text> </span>
432
                        </xsl:when>
432
                        </xsl:when>
433
                        <xsl:when test="@code='c'">
433
                        <xsl:when test="@code='c'">
434
                            <!--  13381 Span class around subfield c so it can be suppressed via css -->
434
                            <!--  13381 Span class around subfield c so it can be suppressed via css -->
435
                            <span class="title_resp_stmt"><xsl:apply-templates/> </span>
435
                            <span class="title_resp_stmt"><xsl:apply-templates/> <xsl:text> </xsl:text> </span>
436
                        </xsl:when>
436
                        </xsl:when>
437
                        <xsl:otherwise>
437
                        <xsl:otherwise>
438
                            <xsl:apply-templates/>
438
                            <xsl:apply-templates/>
439
- 

Return to bug 15460