");
// show the icon for the sandbox as a clickable browse link image
+ // this is currently identical to the sandbox_browse action as below
Utils.encodeRecursive(context, aquireAction(
context, mainStore, username, "sandbox_icon", WebResources.IMAGE_USERSANDBOX_32,
"#{AVMBrowseBean.setupSandboxAction}", "browseSandbox"));
- //out.write(Utils.buildImageTag(context, WebResources.IMAGE_USERSANDBOX_32, 32, 32, ""));
out.write(" | ");
out.write("");
out.write(bundle.getString(MSG_USERNAME));
@@ -222,12 +224,12 @@ public class UIUserSandboxes extends SelfRenderingComponent
Utils.encodeRecursive(context, aquireAction(
context, mainStore, username, "sandbox_preview", "/images/icons/preview_website.gif",
null, null));
- out.write(" ");
+ out.write(" ");
Utils.encodeRecursive(context, aquireAction(
context, mainStore, username, "sandbox_create", "/images/icons/new_content.gif",
- null, null));
- out.write(" ");
+ "#{AVMBrowseBean.setupSandboxAction}", "wizard:createWebContent"));
+ out.write(" ");
Utils.encodeRecursive(context, aquireAction(
context, mainStore, username, "sandbox_browse", "/images/icons/space_small.gif",
@@ -249,26 +251,9 @@ public class UIUserSandboxes extends SelfRenderingComponent
if (this.expandedPanels.contains(username))
{
out.write("");
- out.write("");
-
- // header row
- out.write(" | ");
- out.write(bundle.getString(MSG_NAME));
- out.write(" | ");
- out.write(bundle.getString(MSG_CREATED));
- out.write(" | ");
- out.write(bundle.getString(MSG_MODIFIED));
- out.write(" | ");
- out.write(bundle.getString(MSG_SIZE));
- out.write(" | ");
- out.write(bundle.getString(MSG_ACTIONS));
- out.write(" | ");
-
- // row per modified doc item for this sandbox user
+
+ // list the modified docs for this sandbox user
renderUserFiles(context, out, username, storeRoot);
-
- // end table
- out.write(" ");
}
out.write(" |