init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
@using Kreta.Web.Areas.GRModul.Models
|
||||
@model KotvallKiegeszitoModel
|
||||
|
||||
<div class="container-fluid details">
|
||||
@using (Html.KretaForm("KotvallKiegeszitoForm"))
|
||||
{
|
||||
if(!string.IsNullOrWhiteSpace(Model.ModositasiKerelem))
|
||||
{
|
||||
<div class="row">
|
||||
@Html.KretaLabelFor(x => x.ModositasiKerelem, 6, 12)
|
||||
</div>
|
||||
}
|
||||
if(!string.IsNullOrWhiteSpace(Model.ElutasitasOka))
|
||||
{
|
||||
<div class="row">
|
||||
@Html.KretaLabelFor(x => x.ElutasitasOka, 6, 12)
|
||||
</div>
|
||||
}
|
||||
}
|
||||
</div>
|
||||
Reference in New Issue
Block a user