Shiny WCM icon pack from Linton (replacing the current placeholders)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4470 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-11-30 11:00:48 +00:00
parent a55abcc3e0
commit 7e67b6cb82
14 changed files with 35 additions and 43 deletions

View File

@@ -341,7 +341,7 @@ public class UIUserSandboxes extends SelfRenderingComponent
out.write(" ");
Utils.encodeRecursive(context, aquireAction(
context, mainStore, username, ACT_SANDBOX_REVERTALL, "/images/icons/revert.gif",
context, mainStore, username, ACT_SANDBOX_REVERTALL, "/images/icons/revert_all.gif",
"#{AVMBrowseBean.revertAll}", null));
out.write(" ");
@@ -666,7 +666,7 @@ public class UIUserSandboxes extends SelfRenderingComponent
"#{AVMBrowseBean.submitSelected}", null));
out.write(" ");
Utils.encodeRecursive(fc, aquireAction(
fc, userStorePrefix, username, ACT_SANDBOX_REVERTSELECTED, "/images/icons/revert.gif",
fc, userStorePrefix, username, ACT_SANDBOX_REVERTSELECTED, "/images/icons/revert_all.gif",
"#{AVMBrowseBean.revertSelected}", null));
out.write("</td></tr>");