mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Revert "Did you mean option missing in Mirage2"
This reverts commit 2689e03753
.
This commit is contained in:
@@ -455,7 +455,4 @@ header {
|
||||
background-color: $almost-white;
|
||||
color: $text-color;
|
||||
border: 1px solid $text-color;
|
||||
}
|
||||
.didYouMean{
|
||||
margin-left: 15px;
|
||||
}
|
@@ -337,9 +337,6 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-offset-3 col-sm-9" id="filters-overview-wrapper-squared"/>
|
||||
<xsl:if test="dri:xref[@rend='didYouMean']">
|
||||
<div class="didYouMean">Did you mean:<a href="{dri:xref[@rend='didYouMean']/@target}"><xsl:value-of select="dri:xref[@rend='didYouMean']"/></a> ?</div>
|
||||
</xsl:if>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
||||
@@ -361,9 +358,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="filters-overview-wrapper-squared"/>
|
||||
<xsl:if test="dri:xref[@rend='didYouMean']">
|
||||
<div class="didYouMean">Did you mean:<a href="{dri:xref[@rend='didYouMean']/@target}"><xsl:value-of select="dri:xref[@rend='didYouMean']"/></a> ?</div>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="dri:div[@id='aspect.discovery.SimpleSearch.div.search-results']/dri:head">
|
||||
|
@@ -38,7 +38,6 @@
|
||||
<item>
|
||||
<xsl:copy-of select="dri:item/dri:field[@id='aspect.discovery.SimpleSearch.field.scope']"/>
|
||||
<xsl:copy-of select="dri:item/dri:field[@id='aspect.discovery.SimpleSearch.field.query']"/>
|
||||
<xsl:copy-of select="dri:item[@id='aspect.discovery.SimpleSearch.item.did-you-mean']/dri:xref"/>
|
||||
<xsl:copy-of select="dri:item/dri:field[@id='aspect.discovery.SimpleSearch.field.submit']"/>
|
||||
</item>
|
||||
</list>
|
||||
|
Reference in New Issue
Block a user