- Combined run and report dialogs for links management into one to solve some navigation issues

- Fixes for links management UI in IE

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6067 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2007-06-22 13:39:15 +00:00
parent 86c9a9fc7e
commit 6bc01211dd
13 changed files with 200 additions and 362 deletions

View File

@@ -126,10 +126,9 @@ public class ManageVerifyBrokenLinksTaskDialog extends ManageTaskDialog
Map<String, String> params = new HashMap<String, String>(1);
params.put("store", this.store);
params.put("webapp", this.webapp);
params.put("fromTaskDialog", "true");
Application.getDialogManager().setupParameters(params);
return "dialog:linkValidationReport";
return "dialog:linkValidation";
}
// ------------------------------------------------------------------------------