Working on v1.18.3 now
This commit is contained in:
parent
e4c94f5696
commit
3c89824e53
152 changed files with 7053 additions and 198 deletions
|
|
@ -139,6 +139,7 @@
|
|||
</xsl:variable>
|
||||
<xsl:variable name="style">
|
||||
<xsl:if test="$component = 'machine'">overflow:auto;width:100%;</xsl:if>
|
||||
<xsl:if test="@background">background-color:<xsl:value-of select="@background"/>;</xsl:if>
|
||||
<xsl:if test="@style"><xsl:value-of select="@style"/></xsl:if>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="componentClass">
|
||||
|
|
|
|||
|
|
@ -183,6 +183,7 @@
|
|||
</xsl:variable>
|
||||
<xsl:variable name="style">
|
||||
<xsl:if test="$component = 'machine'">overflow:auto;width:100%;</xsl:if>
|
||||
<xsl:if test="@background">background-color:<xsl:value-of select="@background"/>;</xsl:if>
|
||||
<xsl:if test="@style"><xsl:value-of select="@style"/></xsl:if>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="componentClass">
|
||||
|
|
|
|||
Loading…
Reference in a new issue