diff --git a/PlanTempus.Application/Features/Customers/Components/CustomerTable/Default.cshtml b/PlanTempus.Application/Features/Customers/Components/CustomerTable/Default.cshtml index 8b25c9f..5aa369a 100644 --- a/PlanTempus.Application/Features/Customers/Components/CustomerTable/Default.cshtml +++ b/PlanTempus.Application/Features/Customers/Components/CustomerTable/Default.cshtml @@ -10,7 +10,7 @@ @Model.ExportButtonText - + @Model.CreateButtonText diff --git a/PlanTempus.Application/Features/Customers/Pages/Index.cshtml b/PlanTempus.Application/Features/Customers/Pages/Index.cshtml index 2122810..a6c827b 100644 --- a/PlanTempus.Application/Features/Customers/Pages/Index.cshtml +++ b/PlanTempus.Application/Features/Customers/Pages/Index.cshtml @@ -197,6 +197,80 @@ + +
+ + + + Opret ny kunde + + + + + + + + + + Navn * + + + + + + + + + Kontaktoplysninger + + + + + + Telefon + + + + + + Email + + + + + + Adresse + + + + + + Postnr + By + + + + + + + + + + + Note + + + + + + + Annuller + + + Opret kunde + + +
+ @section Scripts {