1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 07:54:12 +01:00

Add some more help docs.

This commit is contained in:
Kris Maglione
2009-11-04 01:15:08 -05:00
parent fee974fdab
commit 55f1ec7c3e
3 changed files with 86 additions and 11 deletions

View File

@@ -324,21 +324,21 @@
</xsl:template>
<xsl:template match="liberator:note" mode="pass-2">
<div style="clear: both;"/>
<xsl:apply-templates select="@tag"/>
<p style="clear: both;">
<xsl:apply-templates select="@*"/>
<div style="clear: both;"/>
<span liberator:highlight="HelpNote">Note:</span>
<xsl:text> </xsl:text>
<xsl:apply-templates select="@*[name()!='tag']|node()"/>
<xsl:apply-templates select="node()"/>
</p>
</xsl:template>
<xsl:template match="liberator:warning" mode="pass-2">
<div style="clear: both;"/>
<xsl:apply-templates select="@tag"/>
<p style="clear: both;">
<xsl:apply-templates select="@*"/>
<div style="clear: both;"/>
<span liberator:highlight="HelpWarning">Warning:</span>
<xsl:text> </xsl:text>
<xsl:apply-templates select="@*[name()!='tag']|node()"/>
<xsl:apply-templates select="node()"/>
</p>
</xsl:template>
<xsl:template match="liberator:default" mode="pass-2">