@model EnVisage.Models.GLAccountModel @{ ViewBag.Title = Model != null ? "Edit " + Model.Name : "Add New GL Account"; } @section Scripts { }
@using (Html.BeginForm("Edit", "GLAccount", FormMethod.Post, new { @class = "panel form-horizontal" })) { @Html.AntiForgeryToken() @Html.HiddenFor(t => t.Id)