titres
This commit is contained in:
parent
1a50b8a205
commit
c1b7170143
55 changed files with 235 additions and 45 deletions
|
|
@ -1,5 +1,9 @@
|
|||
@model DoDirectCreditViewModel
|
||||
|
||||
@{
|
||||
ViewBag.Title = Localizer["Manage"];
|
||||
}
|
||||
|
||||
<form asp-action="DoDirectCredit">
|
||||
<div asp-validation-summary="All" class="text-danger" id="ValidationSummary"></div>
|
||||
|
||||
|
|
@ -124,4 +128,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div><input asp-for="IpnNotificationUrl" type="hidden" />
|
||||
</form>
|
||||
</form>
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
@model Yavsc.ViewModels.Manage.ProfileEMailUsageViewModel
|
||||
@{
|
||||
ViewBag.Title = Localizer["Manage"];
|
||||
}
|
||||
|
||||
<form asp-action="ProfileEMailUsage" >
|
||||
|
||||
|
|
@ -17,4 +20,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
|
|
@ -1,4 +1,8 @@
|
|||
@model Location
|
||||
@{
|
||||
ViewBag.Title = Localizer["Manage"];
|
||||
}
|
||||
|
||||
@section header {
|
||||
<style>
|
||||
#amap {
|
||||
|
|
@ -45,4 +49,4 @@
|
|||
locComboId: 'LocationCombo'})
|
||||
})
|
||||
</script>
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue