@using Kreta.Enums;
@using Kreta.BusinessLogic.Security;
@using Kreta.Web.Areas.Adminisztracio.Models;
@using Kreta.Web.Security
@model TippModel
@using (Html.KretaForm("TippModositasForm"))
{
@Html.KretaCheckBoxFor(x => x.TippekElrejtese).RenderWithName()
@if (ClaimData.FelhasznaloSzerepkor == SzerepkorTipusEnum.Naplo)
{
@Html.KretaCheckBoxFor(x => x.EmailHelyettesites).RenderWithName()
@Html.KretaCheckBoxFor(x => x.HianyzokAutoKitoltes).RenderWithName()
@Html.KretaCheckBoxFor(x => x.HetirendMegjeleniteseBelepeskor).RenderWithName(tooltipResource: AdminisztracioResource.HetirendMegjeleniteseBelepeskorToolTip)
@Html.KretaDropdownListFor(x => x.AtlagMegjelenitesTipusa, Model.AtlagMegjelenitesTipusaList, addOptionLabel: false).RenderWithName()
@Html.KretaDropdownListFor(x => x.AtlagbaBeleszamitoOsztalyTipusa, Model.AtlagbaBeleszamitoOsztalyTipusaList, addOptionLabel: false).RenderWithName()
@Html.KretaDropdownListFor(x => x.HaladasiNaploFulTipusa, Model.HaladasiNaploFulTipusaList, addOptionLabel: false).RenderWithName()
@Html.KretaDropdownListFor(x => x.HaladasiNaploNezetTipusa, Model.HaladasiNaploNezetTipusaList, addOptionLabel: false).RenderWithName()
}
@if (ClaimData.FelhasznaloSzerepkor == SzerepkorTipusEnum.Naplo || ClaimData.FelhasznaloSzerepCsomagok.Contains(KretaClaimPackages.Gondviselo.ClaimValue))
{
@FogadooraResource.Fogadoora
@Html.KretaCheckBoxFor(x => x.FogadooraEmail).RenderWithName()
@Html.KretaCheckBoxFor(x => x.FogadooraEmailUj).RenderWithName()
@Html.KretaCheckBoxFor(x => x.FogadooraEmailTorles).RenderWithName()
@Html.KretaCheckBoxFor(x => x.FogadooraEmailJelentkezes).RenderWithName()
@Html.KretaCheckBoxFor(x => x.FogadooraEmailJelentkezesLemondas).RenderWithName()
@Html.KretaCheckBoxFor(x => x.FogadooraEmlekeztetoEmailJelentkezes).RenderWithName()
@*@if (ClaimData.FelhasznaloSzerepkor == SzerepkorTipusEnum.Ellenorzo)
{
@Html.KretaCheckBoxFor(x => x.FogadooraEmailTorles).RenderWithName()
}*@
@*
@Html.KretaCheckBoxFor(x => x.FogadooraEmail3Nappal).RenderWithName()
@Html.KretaCheckBoxFor(x => x.FogadooraEmail1Nappal).RenderWithName()
*@
}
@if (ClaimData.FelhasznaloSzerepkor == SzerepkorTipusEnum.Naplo)
{
@NemNaplozottTanorakResource.NemNaplozottTanorak
@Html.KretaCheckBoxFor(x => x.NemNaplozottTanorakEmail).RenderWithName()
}
@Html.KretaSaveButton("TippSaveBtn", "TippModositasHelper.tippMentes")
@Html.Label(CommonResource.ProfilMentesLabel, htmlAttributes: new Dictionary { { "style", "margin-left:10px;" } })
}