@using Kreta.Web.Helpers @using Kreta.Web.Models @using Kreta.Resources @model IskolaorPopupModel @Html.HiddenFor(x => x.IntezmenyAzonosito) @Html.HiddenFor(x => x.KuldoID) @Html.HiddenFor(x => x.KuldoNev) @Html.HiddenFor(x => x.KuldoTelefonszam)
@Html.KretaDropdownListFor(x => x.IskolaorId, Model.IskolaorList).Events(events => events.Change("IskolaorHelper.iskolaorChanged")).RenderWithoutName(6, tooltipResource: IskolaorResource.ValasszaKiAzErtesiteniKivantIskolaort) @Html.KretaTextBoxFor(x => x.IskolaorTelefonszam).Enable(false).RenderWithoutName(5)
@Html.KretaTextAreaFor(x => x.IskolaorUzenet, 5)
@Html.KretaButton(Model.Sablon1Button).HtmlAttributes(new { style = "width: -webkit-fill-available;" })
@Html.KretaButton(Model.Sablon2Button).HtmlAttributes(new { style = "width: -webkit-fill-available;" })
@Html.KretaButton(Model.Sablon3Button).HtmlAttributes(new { style = "width: -webkit-fill-available;" })
@Html.KretaButton(Model.Sablon4Button).HtmlAttributes(new { style = "width: -webkit-fill-available;" })
@Html.KretaButton(Model.Sablon5Button).HtmlAttributes(new { style = "width: -webkit-fill-available;" })
@Html.KretaButton(Model.Sablon6Button).HtmlAttributes(new { style = "width: -webkit-fill-available;" })
@Html.KretaButton(Model.Sablon7Button).HtmlAttributes(new { style = "width: -webkit-fill-available;" })
@Html.KretaButton(Model.Sablon8Button).HtmlAttributes(new { style = "width: -webkit-fill-available;" })
@Html.KretaButton(Model.Sablon9Button).HtmlAttributes(new { style = "width: -webkit-fill-available;" })
@Html.KretaButton(Model.Sablon10Button).HtmlAttributes(new { style = "width: -webkit-fill-available;" })
@Html.KretaButton(Model.Sablon11Button).HtmlAttributes(new { style = "width: -webkit-fill-available;" })
@Html.KretaButton(Model.UzenetKuldesButton).HtmlAttributes(new { style = "width: -webkit-fill-available;" })