18 lines
No EOL
446 B
Text
18 lines
No EOL
446 B
Text
@using Kreta.Web.Models
|
|
@model CimElerhetosegModel
|
|
|
|
@using (Html.KretaForm("ElerhetosegEmailForm"))
|
|
{
|
|
@Html.KretaValidationSummary()
|
|
<div class="container-fluid details">
|
|
@Html.Partial("_Cim_Elerhetoseg_Partial", Model)
|
|
</div>
|
|
}
|
|
|
|
<script>
|
|
$(document).ready(function () {
|
|
if ($("#AlapertelmezettEmail").prop("checked")) {
|
|
$("#AlapertelmezettEmail").prop("disabled", true);
|
|
}
|
|
});
|
|
</script> |