|
|
@@ -10,7 +10,12 @@
|
|
|
<type>form</type>
|
|
|
<config>
|
|
|
<header>
|
|
|
- <xsl:value-of select="@title"/>
|
|
|
+ <text>
|
|
|
+ <xsl:value-of select="@titletext"/>
|
|
|
+ </text>
|
|
|
+ <style>
|
|
|
+ <xsl:value-of select="@titlestyle"/>
|
|
|
+ </style>
|
|
|
</header>
|
|
|
<fieldStyle>
|
|
|
<xsl:value-of select="@fieldstyle"/>
|
|
|
@@ -58,7 +63,12 @@
|
|
|
<type>table</type>
|
|
|
<config>
|
|
|
<title>
|
|
|
- <xsl:value-of select="@title"/>
|
|
|
+ <text>
|
|
|
+ <xsl:value-of select="@titletext"/>
|
|
|
+ </text>
|
|
|
+ <style>
|
|
|
+ <xsl:value-of select="@titlestyle"/>
|
|
|
+ </style>
|
|
|
</title>
|
|
|
<render>
|
|
|
<xsl:value-of select="@allrender"/>
|