<%@ Page MasterPageFile="../../masterpages/umbracoDialog.Master" Language="C#" AutoEventWireup="true" CodeBehind="archiveForm.aspx.cs" Inherits="Umbraco.Forms.UI.Dialogs.archiveForm" %>

<% if (Request["unarchive"] == null) { %> Archiving your form will remove the form from various lists (form picker, ...) and will place the designer in read only mode. <%} else { %> Unarchiving your form will make it possible to edit the form again and the form will also appear in various list (form picker, ...) again. <% } %>

<%= umbraco.ui.Text("or") %> <%= umbraco.ui.Text("cancel") %>

The form '' <% if (Request["unarchive"] == null) { %> has been archived. <%} else { %> has been unarchived. <% } %>