kreta/KretaWeb/Areas/Tanulo/Views/KollegiumTanulo/Edit_Vallas_Tab.cshtml
2024-03-13 00:33:46 +01:00

14 lines
No EOL
628 B
Text

@using Kreta.Resources
@using Kreta.Web.Areas.Tanulo.Models
@model TanuloModel
<div class="container-fluid details">
<h4>@TanuloResource.VallasiFelekezetiHovatartozas</h4>
@Html.HiddenFor(x => x.TanuloVallasModel.DummyVallas)
<div class="row">
@Html.KretaComboBoxFor(x => x.TanuloVallasModel.Vallasa, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = Constants.ApiControllers.ComboBoxHelperApi, action = "GetVallasList" }), "Text", "Value").AutoBind(true).RenderWithName(3, 3)
@Html.KretaTextBoxFor(x => x.TanuloVallasModel.Egyhazkozosseg).RenderWithName(3, 3)
</div>
</div>