moved missing translation note out of sidebar into top of content area
svn path=/branches/design/; revision=18106
This commit is contained in:
parent
8a80561dcd
commit
69a068c482
20
fsfe.xsl
20
fsfe.xsl
@ -438,16 +438,6 @@
|
||||
</xsl:element><!-- end translations -->
|
||||
|
||||
</xsl:element><!-- End sidebar -->
|
||||
|
||||
<!-- Missing translation note -->
|
||||
<xsl:if test="/buildinfo/@language!=/buildinfo/document/@language">
|
||||
<xsl:element name="p">
|
||||
<xsl:apply-templates select="/buildinfo/textset/text[@id='notranslation']/node()" />
|
||||
</xsl:element>
|
||||
</xsl:if>
|
||||
|
||||
</xsl:element>
|
||||
<!-- End Language bar -->
|
||||
|
||||
<xsl:element name="div">
|
||||
<xsl:attribute name="id">content</xsl:attribute>
|
||||
@ -459,6 +449,16 @@
|
||||
</xsl:element>
|
||||
</xsl:if>
|
||||
|
||||
<!-- Missing translation note -->
|
||||
<xsl:if test="/buildinfo/@language!=/buildinfo/document/@language">
|
||||
<xsl:element name="p">
|
||||
<xsl:apply-templates select="/buildinfo/textset/text[@id='notranslation']/node()" />
|
||||
</xsl:element>
|
||||
</xsl:if>
|
||||
|
||||
</xsl:element>
|
||||
<!-- Missing translation note -->
|
||||
|
||||
<!-- Start info box -->
|
||||
<xsl:element name="div">
|
||||
<xsl:attribute name="id">infobox</xsl:attribute>
|
||||
|
Loading…
Reference in New Issue
Block a user