mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.1 to HEAD
6933: Various fixes for cross-site javascript and associated trickery to web-client UI screens Plus fixes to several dialogs broken in use-the-link dialog conversion changes. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7362 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
<#-- Otherwise treat it as a string -->
|
<#-- Otherwise treat it as a string -->
|
||||||
<#else>
|
<#else>
|
||||||
<tr><td>${t} = ${document.properties[t]}</td></tr>
|
<tr><td>${t} = ${document.properties[t]?html}</td></tr>
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
</#list>
|
</#list>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<#-- Table of some summary details about the current user -->
|
<#-- Table of some summary details about the current user -->
|
||||||
<table>
|
<table>
|
||||||
<tr><td><b>Name:</b></td> <td>${person.properties.firstName} ${person.properties.lastName}</td></tr>
|
<tr><td><b>Name:</b></td> <td>${person.properties.firstName?html} ${person.properties.lastName?html}</td></tr>
|
||||||
<tr><td><b>User:</b></td> <td>${person.properties.userName}</td></tr>
|
<tr><td><b>User:</b></td> <td>${person.properties.userName}</td></tr>
|
||||||
<tr><td><b>Home Space location:</b></td> <td>${userhome.displayPath}/${userhome.name}</td></tr>
|
<tr><td><b>Home Space location:</b></td> <td>${userhome.displayPath}/${userhome.name}</td></tr>
|
||||||
<tr><td><b>Items in Home Space:</b></td> <td>${userhome.children?size}</td></tr>
|
<tr><td><b>Items in Home Space:</b></td> <td>${userhome.children?size}</td></tr>
|
||||||
|
Reference in New Issue
Block a user