FIXME Razor page errors

This commit is contained in:
Paul Schneider 2023-03-20 09:13:16 +00:00
commit 1a1f560ee4
234 changed files with 859 additions and 856 deletions

View file

@ -5,7 +5,7 @@
<div class="form-horizontal">
<h4>Exception SIREN</h4>
<hr />
<div asp-validation-summary="ValidationSummary.ModelOnly" class="text-danger"></div>
<div asp-validation-summary="ModelOnly" class="text-danger"></div>
<div class="form-group">
@Html.TextBox("SIREN")
<div class="col-md-offset-1 col-md-10">
@ -18,5 +18,5 @@
</form>
<div>
<a asp-action="Index">@SR["Back to List"]</a>
<a asp-action="Index">Back to List</a>
</div>

View file

@ -1,7 +1,7 @@
@model Yavsc.Models.Billing.ExceptionSIREN
@{
Layout = null;
Layout = "null";
}
<!DOCTYPE html>
@ -13,7 +13,7 @@
</head>
<body>
<h3>@SR["AreYourSureYouWantToDeleteThis"]</h3>
<h3>AreYourSureYouWantToDeleteThis</h3>
<div>
<h4>ExceptionSIREN</h4>
<hr />
@ -23,7 +23,7 @@
<form asp-action="Delete">
<div class="form-actions no-color">
<input type="submit" value="Delete" class="btn btn-default" /> |
<a asp-action="Index">@SR["Back to List"]</a>
<a asp-action="Index">Back to List</a>
</div>
</form>
</div>

View file

@ -1,7 +1,7 @@
@model Yavsc.Models.Billing.ExceptionSIREN
@{
Layout = null;
Layout = "null";
}
<!DOCTYPE html>
@ -21,7 +21,7 @@
</div>
<p>
<a asp-action="Edit" asp-route-id="@Model.SIREN">Edit</a> |
<a asp-action="Index">@SR["Back to List"]</a>
<a asp-action="Index">Back to List</a>
</p>
</body>
</html>

View file

@ -1,7 +1,7 @@
@model IEnumerable<Yavsc.Models.Billing.ExceptionSIREN>
<p>
<a asp-action="Create">@SR["Create New"]</a>
<a asp-action="Create">Create New</a>
</p>
<table class="table">
<tr>