Changes for page User Directory

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

From version 2.1
edited by Thomas Mortagne
on 2013/05/08 15:09
Change comment: Imported from XAR
To version 3.1
edited by Thomas Mortagne
on 2013/11/06 09:15
Change comment: Import

Summary

Details

Page properties
Content
... ... @@ -19,7 +19,7 @@
19 19  ## Guests and superadmin don't have an user profile and, therefore, no preferences. Offer default.
20 20  #if ($isGuest || $isSuperAdmin)
21 21   #if ($isGuest)
22 - {{info}}$services.localization.render('xe.userdirectory.canCustomizeInfoGuest', "path:$doc.getURL('login')"){{/info}}
22 + {{info}}$services.localization.render('xe.userdirectory.canCustomizeInfoGuest', ["path:$doc.getURL('login')"]){{/info}}
23 23   #end
24 24   ## Use the default columns for guests or superadmin.
25 25   #set ($discard = $columns.addAll($defaultColumns))