Shifting Widgets

This commit is contained in:
Sebastien Ros
2013-10-30 18:00:45 -07:00
parent a44b63465c
commit 17a96308c5
9 changed files with 87 additions and 34 deletions

View File

@@ -39,6 +39,18 @@
<button type="button" class="button button-migrate" data-url="@Url.Action("MigrateTagsPart", "Infoset")">@T("Migrate")</button>
</fieldset>
<fieldset>
<legend>@T("Migrating Widget Parts:")</legend>
<span class="hint">@T("This migration step will copy all Widget parts to Infosets.")</span>
<button type="button" class="button button-migrate" data-url="@Url.Action("MigrateWidgetPart", "Infoset")">@T("Migrate")</button>
</fieldset>
<fieldset>
<legend>@T("Migrating Layer Parts:")</legend>
<span class="hint">@T("This migration step will copy all Layer parts to Infosets.")</span>
<button type="button" class="button button-migrate" data-url="@Url.Action("MigrateLayerPart", "Infoset")">@T("Migrate")</button>
</fieldset>
@using (Script.Foot()) {
<script type="text/javascript">
$(function() {