The bean that backs up the Delete AVM File Dialog
diff --git a/source/web/images/icons/create_snapshot.gif b/source/web/images/icons/create_snapshot.gif
new file mode 100644
index 0000000000..51e4f1c52a
Binary files /dev/null and b/source/web/images/icons/create_snapshot.gif differ
diff --git a/source/web/images/icons/create_snapshot_large.gif b/source/web/images/icons/create_snapshot_large.gif
new file mode 100644
index 0000000000..43a269c1df
Binary files /dev/null and b/source/web/images/icons/create_snapshot_large.gif differ
diff --git a/source/web/jsp/wcm/browse-website.jsp b/source/web/jsp/wcm/browse-website.jsp
index fe83033cbc..2234dd8d7b 100644
--- a/source/web/jsp/wcm/browse-website.jsp
+++ b/source/web/jsp/wcm/browse-website.jsp
@@ -106,8 +106,7 @@
|
- <%-- TODO: add this action back once we can create in a specific sub-folder --%>
- <%----%>
+
|
diff --git a/source/web/jsp/wcm/create-web-content-wizard/details.jsp b/source/web/jsp/wcm/create-web-content-wizard/details.jsp
index 1ee4399fb6..1fc517dd1a 100644
--- a/source/web/jsp/wcm/create-web-content-wizard/details.jsp
+++ b/source/web/jsp/wcm/create-web-content-wizard/details.jsp
@@ -94,7 +94,7 @@
-
+
diff --git a/source/web/jsp/wcm/snapshot-sandbox.jsp b/source/web/jsp/wcm/snapshot-sandbox.jsp
new file mode 100644
index 0000000000..51e8a7d601
--- /dev/null
+++ b/source/web/jsp/wcm/snapshot-sandbox.jsp
@@ -0,0 +1,20 @@
+<%--
+ Copyright (C) 2005 Alfresco, Inc.
+
+ Licensed under the Mozilla Public License version 1.1
+ with a permitted attribution clause. You may obtain a
+ copy of the License at
+
+ http://www.alfresco.org/legal/license.txt
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ either express or implied. See the License for the specific
+ language governing permissions and limitations under the
+ License.
+--%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
+<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>