. Deleted Files and Deleted Folders now show file/folder icon

. Fix to my over zealous refactoring in Submit Dialog

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4572 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-12-11 18:35:25 +00:00
parent 84ca33ed6f
commit 87e57b8fac
4 changed files with 14 additions and 5 deletions

View File

@@ -697,6 +697,9 @@ public class AVMBrowseBean implements IContextListener
return this.userSandboxes.getSelectedNodes(this.username);
}
/**
* @return true if the special Submit All action has been initialised
*/
public boolean getSubmitAll()
{
return this.submitAll;