97 remaining

This commit is contained in:
Paul Schneider 2023-03-20 19:38:50 +00:00
commit 49ca652549
43 changed files with 103 additions and 168 deletions

View file

@ -1,6 +1,6 @@
@model HairCutQuery
@{
ViewData["Title"] = SR["Command confirmation"]+" "+ViewBag.Activity.Name;
ViewData["Title"] = "Command confirmation"+" "+ViewBag.Activity.Name;
}
@section header {
<script src="https://www.paypalobjects.com/api/checkout.js"></script>
@ -83,11 +83,11 @@
<dt>La facture
</dt>
<dd>@await Component.InvokeAsync("Bill", "Brush", Model, OutputFormat.Html, false )
<dd>@await Component.InvokeAsync("Bill", Model)
</dd>
<dt>@Html.DisplayNameFor(m=>m.Regularisation)</dt>
<dd> @Component.Invoke("PayPalButton", Model, "haircut", "HairCutCommand" )
<dd> @await Component.InvokeAsync("PayPalButton", Model)
</dd>
</dl>

View file

@ -4,7 +4,7 @@
}
@{
ViewData["Title"] = Le detail de votre commande de prestation en coiffure à domicile"];
ViewData["Title"] = "Le detail de votre commande de prestation en coiffure à domicile";
}
<h2>@ViewData["Title"]</h2>