- Timestamp:
- 02/17/11 10:59:54 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
HelpIM3/branches/chatgroups/htdocs/xslt/HelpIM_html_UI_common.xslt
r1294 r1405 1287 1287 select="@cols" /> </xsl:attribute> 1288 1288 </xsl:if> 1289 <xsl:value-of 1290 select="//panel_data//*[name()=$data_elementName]/text()" /> 1289 <xsl:copy-of select="@*" /> 1290 <xsl:value-of select="//panel_data/FckTxtArea" disable-output-escaping="yes"/> 1291 1292 <xsl:value-of 1293 select="//panel_data//*[name()=$data_elementName]/text()" /> 1291 1294 1292 1295 </xsl:element>
