BugFix for Foundry and the search page in the content centre
git-svn-id: https://svn.libreccm.org/ccm/trunk@3075 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
9c4aba1434
commit
b925f1e3a9
|
|
@ -51,7 +51,7 @@
|
||||||
'width: ', foundry:get-setting('search', 'graphic-score-width', '50'), 'px; ')"/>
|
'width: ', foundry:get-setting('search', 'graphic-score-width', '50'), 'px; ')"/>
|
||||||
<div class="imgFull">
|
<div class="imgFull">
|
||||||
<xsl:attribute name="style"
|
<xsl:attribute name="style"
|
||||||
select="concat('font-size: 0px; overflow: hidden; width: ', ./@score, '; height: ', foundry:get-setting('search', 'graphic-score-height', '10'), 'px; ')"/>
|
select="concat('font-size: 0px; overflow: hidden; width: ', ./@score, 'px; height: ', foundry:get-setting('search', 'graphic-score-height', '10'), 'px; ')"/>
|
||||||
<img>
|
<img>
|
||||||
<xsl:attribute name="src"
|
<xsl:attribute name="src"
|
||||||
select="foundry:gen-path('images/search/score-full.gif', 'internal')"/>
|
select="foundry:gen-path('images/search/score-full.gif', 'internal')"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue