From fc99676fe0c2b27f4897a7b560b6cf2ada26a9bd Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Thu, 12 Jan 2012 17:21:43 -0800 Subject: [PATCH] Adding missing confirmations on Widgets --HG-- branch : 1.x extra : rebase_source : 12501a236070056ed5733112fbc0860ec787562e --- .../Orchard.Widgets/Views/WidgetPlacement.Orphans.cshtml | 2 +- .../Modules/Orchard.Widgets/Views/WidgetPlacement.Zones.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Widgets/Views/WidgetPlacement.Orphans.cshtml b/src/Orchard.Web/Modules/Orchard.Widgets/Views/WidgetPlacement.Orphans.cshtml index b132d0c6d..a37ed0dca 100644 --- a/src/Orchard.Web/Modules/Orchard.Widgets/Views/WidgetPlacement.Orphans.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Widgets/Views/WidgetPlacement.Orphans.cshtml @@ -15,7 +15,7 @@ @using (Html.BeginFormAntiForgeryPost()) {

@Html.ActionLink(HasText(widget.Title) ? widget.Title : widget.TypeDefinition.DisplayName, "EditWidget", new { @widget.Id, returnUrl })

- +
@Html.Hidden("widgetId", widget.Id) @Html.Hidden("returnUrl", returnUrl) diff --git a/src/Orchard.Web/Modules/Orchard.Widgets/Views/WidgetPlacement.Zones.cshtml b/src/Orchard.Web/Modules/Orchard.Widgets/Views/WidgetPlacement.Zones.cshtml index b612c1379..1f8be0473 100644 --- a/src/Orchard.Web/Modules/Orchard.Widgets/Views/WidgetPlacement.Zones.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Widgets/Views/WidgetPlacement.Zones.cshtml @@ -28,7 +28,7 @@ } else { /* it could be useful to remove the widget regardless of the layer it's on but there's no place in the current UI for this and "Move to current layer" */ - + }