- added pending-invites, accept-invite and reject-invite pages.

- adapted header component to only show logo and help if no user logged in

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10464 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Michael Ru
2008-08-21 11:59:47 +00:00
parent a6bdfca691
commit 4c522387c3
2 changed files with 5 additions and 17 deletions

View File

@@ -40,20 +40,20 @@
+ "'" + wf_siteShortName + "', "
+ "please follow this link:\n"
+ wf_serverPath + wf_acceptUrl
+ "&inviteId=" + workflowId
+ "?inviteId=" + workflowId
+ "&inviteeUserName=" + wf_inviteeUserName
+ "&siteShortName=" + wf_siteShortName
+ "&ticket=" + wf_inviteTicket
+ "&inviteTicket=" + wf_inviteTicket
+ "\n\n"
+ mail_text_invitee_account_section
+ "To reject the invitation to join the site "
+ "'" + wf_siteShortName + "', "
+ "please follow this link:\n"
+ wf_serverPath + wf_rejectUrl
+ "&inviteId=" + workflowId
+ "?inviteId=" + workflowId
+ "&inviteeUserName=" + wf_inviteeUserName
+ "&siteShortName=" + wf_siteShortName
+ "&ticket=" + wf_inviteTicket;
+ "&inviteTicket=" + wf_inviteTicket;
mail.execute(bpm_package);
</script>
</action>