mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
. Added additional template model objects to the model supported by the MailActionExecutor . Refactored various beans in the web-client that build lists of templates, to use a new Template support bean . Added new email template files (one for Invite Users, the other for Email Actions) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2537 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
15 lines
537 B
Plaintext
15 lines
537 B
Plaintext
A new document '${document.name}', is available in the '${space.name}' space, it was added by ${person.properties.firstName}<#if person.properties.lastName?exists> ${person.properties.lastName}</#if>.
|
|
|
|
You can view it through this link:
|
|
http://yourserver:8080/alfresco${document.url}
|
|
|
|
Or through the Alfresco client:
|
|
<#assign ref=space.nodeRef>
|
|
<#assign workspace=ref[0..ref?index_of("://")-1]>
|
|
<#assign storenode=ref[ref?index_of("://")+3..]>
|
|
http://yourserver:8080/alfresco/navigate/browse/${workspace}/${storenode}
|
|
|
|
Regards
|
|
|
|
Alfresco
|