first pass at edit form wizard

- modified evaluators to only show Create Form when in the Content Forms directory
- edit form evaluator which only shows the edit form action when inside of a form directory


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4627 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ariel Backenroth
2006-12-17 01:30:11 +00:00
parent d318fea7a9
commit 3175254cb4
12 changed files with 530 additions and 131 deletions

View File

@@ -46,5 +46,5 @@ function handle_upload_helper(fileInputElement,
function upload_complete_helper(id)
{
var upload = _uploads[id];
upload.callback(id, upload.path);
upload.callback(id, upload.path, upload.path.replace(/.*[\/\\]([^\/\\]+)/, "$1"));
}