mailling template key
This commit is contained in:
parent
45d76a2917
commit
acdec2b6f7
12 changed files with 3141 additions and 110 deletions
|
|
@ -11,6 +11,14 @@
|
|||
<h4>MailingTemplate</h4>
|
||||
<hr />
|
||||
<div asp-validation-summary="ValidationSummary.ModelOnly" class="text-danger"></div>
|
||||
<div class="form-group">
|
||||
<label asp-for="Id" class="control-label col-md-2">@SR["Id"]</label>
|
||||
<div class="col-md-10">
|
||||
<select asp-for="Id" asp-items="@ViewBag.Id" class="form-control" >
|
||||
</select>
|
||||
<span asp-validation-for="Id" class="text-danger" ></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="Body" class="col-md-2 control-label"></label>
|
||||
<div class="col-md-10">
|
||||
|
|
|
|||
|
|
@ -13,7 +13,14 @@
|
|||
<h4>MailingTemplate</h4>
|
||||
<hr />
|
||||
<div asp-validation-summary="ValidationSummary.ModelOnly" class="text-danger"></div>
|
||||
<input type="hidden" asp-for="Id" />
|
||||
<div class="form-group">
|
||||
<label asp-for="Id" class="control-label col-md-2">@SR["Id"]</label>
|
||||
<div class="col-md-10">
|
||||
<select asp-for="Id" asp-items="@ViewBag.Id" class="form-control" >
|
||||
</select>
|
||||
<span asp-validation-for="Id" class="text-danger" ></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="Body" class="col-md-2 control-label"></label>
|
||||
<div class="col-md-10">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue