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