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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user