mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Be less verbose, support outputting all types of variables(both G and S)
(This used to be commit 20e07f8bfa
)
This commit is contained in:
parent
dd663f3f6f
commit
aab24fbae0
@ -34,7 +34,7 @@
|
||||
'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:if test="contains(@context,$smb.context)">
|
||||
<xsl:if test="contains(@context,$smb.context) or $smb.context='ALL'">
|
||||
<xsl:element name="listitem">
|
||||
<xsl:element name="para">
|
||||
<xsl:element name="link">
|
||||
|
Loading…
Reference in New Issue
Block a user