@using Kreta.Web.Areas.Orarend.Models; @model OralatogatasModel @{ Layout = null; } @using (Html.KretaForm("OralatogatasForm")) { @Html.KretaValidationSummary() @Html.HiddenFor(x => x.OraID) @Html.HiddenFor(x => x.OralatogatasID) @Html.HiddenFor(x => x.TanarId) @Html.HiddenFor(x => x.OralatogatasDatuma) @Html.HiddenFor(x => x.TanitasiOraTema)
@Html.KretaHtmlEditorFor(x => x.OralatogatasSzovege, false)
@if (!Model.OralatogatasID.HasValue) { @Html.KretaCheckBoxFor(x => x.NemKotottMunkaidos).RenderWithName(11, 1) }
}