kreta/KretaWeb/Areas/DualisKepzes/Views/DualisKepzohely/DualisKepzohely_ModifyAdd_Bevitel.cshtml
2024-03-13 00:33:46 +01:00

11 lines
348 B
Text

@using Kreta.Web.Helpers
@using Kreta.Web.Models.EditorTemplates;
@model TabStripModel
@using (Html.KretaForm("DualisKepzohelyForm"))
{
@Html.KretaValidationSummary()
<div id="NewDualisKepzohelyTabStrip">@Html.Partial(@"EditorTemplates\TabStrip", Model.TabList)</div>
@Html.KretaTabStrip("NewDualisKepzohelyTabStrip").RenderOnModal();
}