EF7 npgsql => ko aux clients => inutile en lib [obsdnx]
This commit is contained in:
parent
ecdd4a794e
commit
09039fa9ee
495 changed files with 913 additions and 11207 deletions
|
|
@ -35,6 +35,14 @@
|
|||
}
|
||||
</dd>
|
||||
|
||||
<dd>
|
||||
<dt>@SR["AllowMonthlyEmail"]:</dt>
|
||||
<dl>
|
||||
<a asp-action="ProfileEMailUsage"> @Html.DisplayFor(m=>m.AllowMonthlyEmail) [modifier]
|
||||
</a>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
@if (Model.Roles.Count()>0) {
|
||||
<dt>@SR["Roles"]:</dt>
|
||||
<dd>
|
||||
|
|
|
|||
29
Yavsc/Views/Manage/ProfileEMailUsage.cshtml
Normal file
29
Yavsc/Views/Manage/ProfileEMailUsage.cshtml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
@model Yavsc.ViewModels.Manage.ProfileEMailUsageViewModel
|
||||
|
||||
|
||||
|
||||
<form asp-action="ProfileEMailUsage" >
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-md-offset-2 col-md-10">
|
||||
<div class="checkbox">
|
||||
<input asp-for="Allow" />
|
||||
<label asp-for="Allow"></label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-md-offset-2 col-md-10">
|
||||
<input type="submit" value="Save" class="btn btn-default" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div>
|
||||
<a asp-action="Index">Back to List</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue