14 lines
		
	
	
		
			628 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			628 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
@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> |