Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

ValueCreatePopup.cshtml

@model VendorAttributeValueModel

@{
    Layout = "_AdminPopupLayout";

    //page title
    ViewBag.PageTitle = T("Admin.Vendors.VendorAttributes.Values.AddNew").Text;
}

@T("Admin.Vendors.VendorAttributes.Values.AddNew")

@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.AdminVendorAttributeValueDetailsButtons, additionalData = Model })
@await Html.PartialAsync("_CreateOrUpdateValue", Model)