@using Resources @model Weee.Models.Paramemter.SimaproParameter @{ ViewBag.Title = Resource.StaticLabelSimaproParameter; Layout = "~/Areas/Admin/Views/Shared/_AdminLayout.cshtml"; }

@Resource.EditSimaproDatabase

@using (Html.BeginForm("Edit", "ParameterDatabase", new { simaproParameterID = Model.ID }, FormMethod.Post)) {

@Model.DisplayName


@Html.EditorFor(model => model.DisplayNameEN)
@Html.EditorFor(model => model.DisplayNameTW)
@Html.EditorFor(model => model.DisplayNameCN)
@Html.ActionLink(Resource.StaticLabelGlobal_BackToList, "Index", null, new { @class = "btn btn-default" })
}