@{ Layout = "~/Views/Shared/_FunctionLayout.cshtml"; } @model IEnumerable @Html.Partial("~/Views/Deviations/_DeviationGridPartial.cshtml", Model) @Html.Partial("~/Views/Shared/_PopupDialogYesNo.cshtml", new GreenTree.Nachtragsmanagement.Web.Models.Global.YesNoDialogModel { PopupName = "devPopupControlDeleteDeviation", Content = "
Sind Sie sicher, dass Sie die Vertragsabweichung \"{deviation}\" löschen möchten?
", HeaderText = "\"{deviation}\" löschen", YesFunction = "function (s, e) { deleteDeviation(); }" })