18 lines
No EOL
721 B
Text
18 lines
No EOL
721 B
Text
@using Kreta.Web.Areas.Adminisztracio.Models
|
|
@model DataForMdszModel
|
|
<div class="container-fluid">
|
|
@using (Html.KretaForm("DataForMdszForm"))
|
|
{
|
|
@Html.KretaValidationSummary()
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
@AdminisztracioResource.AJelentkezeseketAzAlabbiFeladhelySorszamrolKivanomElkuldeni
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
@Html.KretaComboBoxFor(x => x.FeladhelySorszam, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = "ComboBoxHelperApi", action = "GetFeladatellatasiHelyek" }), "Text", "Value").AutoBind(true)
|
|
</div>
|
|
</div>
|
|
}
|
|
</div> |