Changeset 1405 for HelpIM3

Show
Ignore:
Timestamp:
02/17/11 10:59:54 (15 months ago)
Author:
zeank
Message:

make textarea_with_label work with fckeditor
refs #273

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/htdocs/xslt/HelpIM_html_UI_common.xslt

    r1294 r1405  
    12871287                                        select="@cols" />       </xsl:attribute> 
    12881288                        </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()" /> 
    12911294 
    12921295                </xsl:element>