@{ Script.Require("jQuery"); Layout.Title = T("Migrate Infosets").ToString(); } @using (Html.BeginFormAntiForgeryPost(Url.Action("Index", "Infoset"))) {
@T("Migrating Site Settings:") @T("This migration step will migrate your Site Settings to Infosets and delete the deprecated records.")
}
@T("Migrating Body Parts:") @T("This migration step will copy all Body Parts to Infosets.")
@T("Migrating Media Parts:") @T("This migration step will copy all Media Parts to Infosets.")
@T("Migrating Content Item Permissions Parts:") @T("This migration step will copy all Content Item Permissions parts to Infosets.")
@T("Migrating Content Item Menu Parts:") @T("This migration step will copy all Content Item Menu parts to Infosets.")
@T("Migrating Tags Parts:") @T("This migration step will copy all Tags parts to Infosets.")
@T("Migrating Widget Parts:") @T("This migration step will copy all Widget parts to Infosets.")
@T("Migrating Layer Parts:") @T("This migration step will copy all Layer parts to Infosets.")
@T("Migrating Menu Widget Parts:") @T("This migration step will copy all Menu Widget parts to Infosets.")
@T("Migrating Shape Menu Item Parts:") @T("This migration step will copy all Shape Menu Item parts to Infosets.")
@T("Migrating Menu Item Parts:") @T("This migration step will copy all Menu Item parts to Infosets.")
@using (Script.Foot()) { }