@using Leica.Spider.BusinessCenter.Frontend.Utils @using Leica.Spider.BusinessCenter.WCFInterfaces @model Leica.Spider.BusinessCenter.Frontend.Models.RegionEditViewModel @{ ViewBag.Title = Lang.Raw("IDS_REGION") + " - " + Model.Name; var isRegionalRestrictionType = Model.RegionType == RegionType.RegionalRestriction; } @section styles { @Styles.Render("~/Styles/Admin/Regions/Edit") @Styles.Render("~/Content/Leaflet/all") } @section scripts { @Scripts.Render("~/bundles/jqueryval") @Scripts.Render("~/Scripts/Admin/Regions/Edit") @Scripts.Render("~/bundles/PendingChanges") }
@Lang.Html("IDS_REGION_VIEW_GENERAL")

@Lang.Html("IDS_REGIONS_VIEW_REGIONAL_RESTRICTION")

@* By adding the css class cancel to an input, you can disable clientside validation for this button *@
@if (isRegionalRestrictionType) {

@Lang.Html("IDS_PRODUCT_ARTICLES_DETAILS")

}