Changes for page User Directory

Last modified by Thomas Mortagne on 2019/11/04 10:44

From version 5.1
edited by Thomas Mortagne
on 2014/05/28 17:45
Change comment: Install extension [org.xwiki.platform:xwiki-platform-user-directory-ui-6.0.1]
To version 6.1
edited by Thomas Mortagne
on 2014/09/22 15:15
Change comment: Install extension [org.xwiki.platform:xwiki-platform-user-directory-ui-6.2]

Summary

Details

Page properties
Content
... ... @@ -83,7 +83,7 @@
83 83   {{html clean='false' wiki='true'}}
84 84   <form class='xform half' action="$doc.getURL($xcontext.action, $request.queryString)" method='post'>
85 85   <dl>
86 - <dt class='label'>
86 + <dt>
87 87   <label>{{translation key="xe.userdirectory.customizeAvailableColumnsLabel"/}}</label>
88 88   <span class='xHint'>{{translation key="xe.userdirectory.customizeAvailableColumnsHint"/}}</span>
89 89   </dt>
... ... @@ -158,6 +158,8 @@
158 158   #set($type = 'number')
159 159   #elseif ($classPropertyType.endsWith('PasswordClass'))
160 160   #set($sortable = false)
161 + #elseif ($classPropertyType.endsWith('TextAreaClass'))
162 + #set($html = true)
161 161   #end
162 162   #set ($columnValue = { 'type' : $type, 'link' : $link, 'html' : $html, 'sortable' : $sortable, 'displayName' : $displayName })
163 163   #set ($discard = $columnsProperties.put($column, $columnValue))