Fixed some typos in XSL files
parent
5b1ea4f47b
commit
79649b9712
|
|
@ -45,7 +45,7 @@
|
||||||
value="{./selected-journal/@journalId}" />
|
value="{./selected-journal/@journalId}" />
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<p id="{concat(./@name, '-selected')">
|
<p id="{concat(./@name, '-selected')}">
|
||||||
<strong>
|
<strong>
|
||||||
<xsl:value-of select="foundry:get-internal-static-text('cms', 'journal-search-widget/no-journal-selected')" />
|
<xsl:value-of select="foundry:get-internal-static-text('cms', 'journal-search-widget/no-journal-selected')" />
|
||||||
</strong>
|
</strong>
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
value="{./selected-publisher/@publisherId}" />
|
value="{./selected-publisher/@publisherId}" />
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<p id="{concat(./@name, '-selected')">
|
<p id="{concat(./@name, '-selected')}">
|
||||||
<strong>
|
<strong>
|
||||||
<xsl:value-of select="foundry:get-internal-static-text('cms', 'publisher-search-widget/no-publisher-selected')" />
|
<xsl:value-of select="foundry:get-internal-static-text('cms', 'publisher-search-widget/no-publisher-selected')" />
|
||||||
</strong>
|
</strong>
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
value="{./selected-series/@seriesId}" />
|
value="{./selected-series/@seriesId}" />
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<p id="{concat(./@name, '-selected')">
|
<p id="{concat(./@name, '-selected')}">
|
||||||
<strong>
|
<strong>
|
||||||
<xsl:value-of select="foundry:get-internal-static-text('cms', 'series-search-widget/no-series-selected')" />
|
<xsl:value-of select="foundry:get-internal-static-text('cms', 'series-search-widget/no-series-selected')" />
|
||||||
</strong>
|
</strong>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue