My Modified Items list added web project list in My Web Forms portlet.

Edit action available for form instance objects to launch the XForms editor.
Fix to MyTasks action to launch task properties dialog in "light" container.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5863 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-06-06 09:52:56 +00:00
parent 5dc72b21da
commit 3fd383ecbd
3 changed files with 75 additions and 6 deletions

View File

@@ -506,9 +506,9 @@ var MySpaces = {
}
},
"path=" + path.replace("_%_", "'") +
"&name=" + escape(spaceName) +
"&title=" + escape(spaceTitle) +
"&description=" + escape(spaceDesc)
"&name=" + encodeURIComponent(spaceName) +
"&title=" + encodeURIComponent(spaceTitle) +
"&description=" + encodeURIComponent(spaceDesc)
);
}
},