Some refinements for Foundry

git-svn-id: https://svn.libreccm.org/ccm/trunk@3291 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-03-26 11:18:09 +00:00
parent 90a0dadbf8
commit b5e5207907
2 changed files with 4 additions and 4 deletions

View File

@ -89,11 +89,11 @@
<xsl:when test="@id != '' or @class != '' or with-colorset = 'true'">
<span>
<xsl:call-template name="foundry:set-id-and-class"/>
<xsl:value-of select="foundry:get-static-text($module, .)"/>
<xsl:value-of select="foundry:get-static-text($module, normalize-space(.))"/>
</span>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="foundry:get-static-text($module, .)"/>
<xsl:value-of select="foundry:get-static-text($module, normalize-space(.))"/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>

View File

@ -510,12 +510,12 @@
</xsl:if>
<!--<span id="top"/>-->
<a href="#startcontent" accesskey="S" class="nav-hide">
<!--<a href="#startcontent" accesskey="S" class="nav-hide">
<xsl:attribute name="title">
<xsl:value-of select="foundry:get-static-text('', 'layout/page/skipnav/title')"/>
</xsl:attribute>
<xsl:value-of select="foundry:get-static-text('', 'layout/page/skipnav/link')"/>
</a>
</a>-->
<xsl:apply-templates/>
</body>