From c4b7a5c48d1fb01bf949b59b6698444228a15a68 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 20 Mar 2023 21:15:02 +0000 Subject: [PATCH] Builds. --- src/Yavsc/Views/Blogspot/Index.cshtml | 3 +- ...s.Booking.MusicianSettingsEditor.fr.cshtml | 2 +- src/Yavsc/Views/HairCutCommand/HairCut.cshtml | 62 +++++++++---------- src/Yavsc/Views/Home/About.cshtml | 2 +- src/Yavsc/Views/Home/About.pt.cshtml | 2 +- .../Views/Instrumentation/Details.cshtml | 2 +- .../Shared/Components/Bill/Bill_tex.cshtml | 2 +- .../CircleAuthorizationToBlogPost.cshtml | 2 +- ...sCheckoutDetailsResponseDetailsType.cshtml | 20 +++--- .../DisplayTemplates/TwitterAccount.cshtml | 4 +- 10 files changed, 48 insertions(+), 53 deletions(-) diff --git a/src/Yavsc/Views/Blogspot/Index.cshtml b/src/Yavsc/Views/Blogspot/Index.cshtml index e111eafd..e3f8d930 100644 --- a/src/Yavsc/Views/Blogspot/Index.cshtml +++ b/src/Yavsc/Views/Blogspot/Index.cshtml @@ -45,6 +45,5 @@ }
- @await Component.InvokeAsync("BlogIndex",new{ id = User.GetUserId() ?? "_anonymous_" ) } - + @await Component.InvokeAsync("BlogIndex",new{ id = User.GetUserId() ?? "_anonymous_" })
diff --git a/src/Yavsc/Views/Do/Yavsc.Models.Booking.MusicianSettingsEditor.fr.cshtml b/src/Yavsc/Views/Do/Yavsc.Models.Booking.MusicianSettingsEditor.fr.cshtml index da4d9bda..0b9b6b32 100644 --- a/src/Yavsc/Views/Do/Yavsc.Models.Booking.MusicianSettingsEditor.fr.cshtml +++ b/src/Yavsc/Views/Do/Yavsc.Models.Booking.MusicianSettingsEditor.fr.cshtml @@ -3,7 +3,7 @@

@Model.Tool.Name

- +Remove Instrument
diff --git a/src/Yavsc/Views/HairCutCommand/HairCut.cshtml b/src/Yavsc/Views/HairCutCommand/HairCut.cshtml index f4aa9029..2ac692f9 100644 --- a/src/Yavsc/Views/HairCutCommand/HairCut.cshtml +++ b/src/Yavsc/Views/HairCutCommand/HairCut.cshtml @@ -186,13 +186,13 @@
@foreach (HairTaint color in ViewBag.HairTaints) { - } + + } -
@@ -203,10 +203,10 @@
- + + + +
@@ -214,7 +214,7 @@
- +
@@ -248,39 +248,37 @@
- - - -
    -
-
- @Html.Hidden("Address.Latitude") - @Html.Hidden("Address.Longitude") + + + +
    +
    +
    + @Html.Hidden("Address.Latitude") + @Html.Hidden("Address.Longitude")
    - +
    - +
    - - Total : -
    - + + Total : + +
    +
    PayPal Acceptance - -
    + + @Html.HiddenFor(model=>model.Location.Latitude) @Html.HiddenFor(model=>model.Location.Longitude) diff --git a/src/Yavsc/Views/Home/About.cshtml b/src/Yavsc/Views/Home/About.cshtml index 6e53dd7c..75eb6758 100755 --- a/src/Yavsc/Views/Home/About.cshtml +++ b/src/Yavsc/Views/Home/About.cshtml @@ -1,5 +1,5 @@ @{ - ViewData["Title"] = "About " + ViewData["Title"] = "About "; }

    @ViewData["Title"]

    diff --git a/src/Yavsc/Views/Home/About.pt.cshtml b/src/Yavsc/Views/Home/About.pt.cshtml index 6b86d90b..1450ef00 100755 --- a/src/Yavsc/Views/Home/About.pt.cshtml +++ b/src/Yavsc/Views/Home/About.pt.cshtml @@ -1,5 +1,5 @@ @{ - ViewData["Title"] = "About" + ViewData["Title"] = "About"; }

    @ViewData["Title"]

    diff --git a/src/Yavsc/Views/Instrumentation/Details.cshtml b/src/Yavsc/Views/Instrumentation/Details.cshtml index 3a1a08ee..841ff000 100644 --- a/src/Yavsc/Views/Instrumentation/Details.cshtml +++ b/src/Yavsc/Views/Instrumentation/Details.cshtml @@ -6,7 +6,7 @@ ViewData["Title"] = ViewBag.SettingLabel + "[" +"Details" + "]" ; } @{ - bool existingInstrument = Model. + }

    Details

    diff --git a/src/Yavsc/Views/Shared/Components/Bill/Bill_tex.cshtml b/src/Yavsc/Views/Shared/Components/Bill/Bill_tex.cshtml index c3dd8a6f..4c69db7c 100644 --- a/src/Yavsc/Views/Shared/Components/Bill/Bill_tex.cshtml +++ b/src/Yavsc/Views/Shared/Components/Bill/Bill_tex.cshtml @@ -76,7 +76,7 @@ \def\FactureObjet {@(new HtmlString(isestimate?"Devis":"Facture")) en @TeXHelpers.ToTeX(activity)} % Objet du document % Description de la facture \def\FactureDescr { - @TeXHelpers.ToTeX(Model.GetDescription()) + @TeXHelpers.ToTeX(Model.Description) } % Infos Client diff --git a/src/Yavsc/Views/Shared/DisplayTemplates/CircleAuthorizationToBlogPost.cshtml b/src/Yavsc/Views/Shared/DisplayTemplates/CircleAuthorizationToBlogPost.cshtml index e97c8136..944734c8 100644 --- a/src/Yavsc/Views/Shared/DisplayTemplates/CircleAuthorizationToBlogPost.cshtml +++ b/src/Yavsc/Views/Shared/DisplayTemplates/CircleAuthorizationToBlogPost.cshtml @@ -4,7 +4,7 @@
    - @Html.DisplayNameFor(model => model.BlogPost) + @Html.DisplayNameFor(model => model.Target)
    @Html.DisplayFor(model => model.Allowed) diff --git a/src/Yavsc/Views/Shared/DisplayTemplates/GetExpressCheckoutDetailsResponseDetailsType.cshtml b/src/Yavsc/Views/Shared/DisplayTemplates/GetExpressCheckoutDetailsResponseDetailsType.cshtml index 000ec8ec..151822a0 100644 --- a/src/Yavsc/Views/Shared/DisplayTemplates/GetExpressCheckoutDetailsResponseDetailsType.cshtml +++ b/src/Yavsc/Views/Shared/DisplayTemplates/GetExpressCheckoutDetailsResponseDetailsType.cshtml @@ -4,7 +4,6 @@ @Html.DisplayFor(m=>m.InvoiceID) @Html.DisplayFor(m=>m.BillingAgreementAcceptedStatus) @Html.DisplayFor(m=>m.BillingAddress) - @Html.DisplayFor(m=>m.ContactPhone) @Html.DisplayFor(m=>m.Note) @Html.DisplayFor(m=>m.CheckoutStatus) @@ -12,13 +11,12 @@ @Html.DisplayFor(m=>m.PaymentDetails) @Html.DisplayFor(m=>m.UserSelectedOptions) @Html.DisplayFor(m=>m.IncentiveDetails) -@if (Model.GiftReceiptEnable) - @Html.DispayFor(m=>m.GiftMessage) - - @Html.DispayFor(m=>m.GiftWrapName) - @Html.DispayFor(m=>m.GiftWrapAmount) - @Html.DispayFor(m=>m.BuyerMarketingEmail) - @Html.DispayFor(m=>m.SurveyQuestion) - @Html.DispayFor(m=>m.SurveyChoiceSelected) - @Html.DispayFor(m=>m.CartChangeTolerance) - @Html.DispayFor(m=>m.InstrumentDetails) +@Html.DisplayFor(m=>m.GiftReceiptEnable) +@Html.DisplayFor(m=>m.GiftMessage) +@Html.DisplayFor(m=>m.GiftWrapName) +@Html.DisplayFor(m=>m.GiftWrapAmount) +@Html.DisplayFor(m=>m.BuyerMarketingEmail) +@Html.DisplayFor(m=>m.SurveyQuestion) +@Html.DisplayFor(m=>m.SurveyChoiceSelected) +@Html.DisplayFor(m=>m.CartChangeTolerance) +@Html.DisplayFor(m=>m.InstrumentDetails) diff --git a/src/Yavsc/Views/Shared/DisplayTemplates/TwitterAccount.cshtml b/src/Yavsc/Views/Shared/DisplayTemplates/TwitterAccount.cshtml index ec5171b7..91bebfeb 100644 --- a/src/Yavsc/Views/Shared/DisplayTemplates/TwitterAccount.cshtml +++ b/src/Yavsc/Views/Shared/DisplayTemplates/TwitterAccount.cshtml @@ -1,3 +1,3 @@ Tweet to @TwitterDev - \ No newline at end of file +class="twitter-mention-button" data-show-count="false">Tweet to &TwitterDev +