Changeset 1407 for HelpIM3

Show
Ignore:
Timestamp:
02/17/11 13:47:52 (15 months ago)
Author:
zeank
Message:

have description as raw html
refs #277

Location:
HelpIM3/branches/chatgroups
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/HelpIM/chatgroup/pages/Groups.py

    r1367 r1407  
    1818                               'attrName': 'group_id'}]}, 
    1919            {'table_column': [{'heading' : 'Description', 
     20                               'type': 'htmlCode', 
    2021                               'attrName': 'description'}]}, 
    2122            {'table_column': [{'type'    : 'action'}, 
  • HelpIM3/branches/chatgroups/HelpIM/chatgroup/pages/Subscription.py

    r1367 r1407  
    2020             {'table_column': [ 
    2121                 {'heading': 'Omschrijving', 
     22                  'type': 'htmlCode', 
    2223                  'attrName': 'description'} 
    2324                 ]}, 
  • HelpIM3/branches/chatgroups/htdocs/xslt/HelpIM_html_UI_common.xslt

    r1405 r1407  
    10011001                                <td> 
    10021002                                        <xsl:choose> 
     1003                                          <xsl:when test="@type='htmlCode'"> 
     1004                                            <xsl:value-of select="$rowData/@*[name()=$attrName]" disable-output-escaping="yes"/> 
     1005                                          </xsl:when> 
    10031006                                          <xsl:when test="@type='list'"> 
    10041007                                            <ul>