- Timestamp:
- 02/17/11 13:47:52 (15 months ago)
- Location:
- HelpIM3/branches/chatgroups
- Files:
-
- 3 modified
-
HelpIM/chatgroup/pages/Groups.py (modified) (1 diff)
-
HelpIM/chatgroup/pages/Subscription.py (modified) (1 diff)
-
htdocs/xslt/HelpIM_html_UI_common.xslt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
HelpIM3/branches/chatgroups/HelpIM/chatgroup/pages/Groups.py
r1367 r1407 18 18 'attrName': 'group_id'}]}, 19 19 {'table_column': [{'heading' : 'Description', 20 'type': 'htmlCode', 20 21 'attrName': 'description'}]}, 21 22 {'table_column': [{'type' : 'action'}, -
HelpIM3/branches/chatgroups/HelpIM/chatgroup/pages/Subscription.py
r1367 r1407 20 20 {'table_column': [ 21 21 {'heading': 'Omschrijving', 22 'type': 'htmlCode', 22 23 'attrName': 'description'} 23 24 ]}, -
HelpIM3/branches/chatgroups/htdocs/xslt/HelpIM_html_UI_common.xslt
r1405 r1407 1001 1001 <td> 1002 1002 <xsl:choose> 1003 <xsl:when test="@type='htmlCode'"> 1004 <xsl:value-of select="$rowData/@*[name()=$attrName]" disable-output-escaping="yes"/> 1005 </xsl:when> 1003 1006 <xsl:when test="@type='list'"> 1004 1007 <ul>
