diff --git a/src/app/app-module.ts b/src/app/app-module.ts index 59d2558..2558a4e 100644 --- a/src/app/app-module.ts +++ b/src/app/app-module.ts @@ -69,6 +69,7 @@ import { CancellationSuccessComponent } from './cancellation-success/cancellatio import { CancellationFailedComponent } from './cancellation-failed/cancellation-failed.component'; import { ConversionFailedComponent } from './conversion-failed/conversion-failed.component'; import { PayForOrderComponent } from './pay-for-order/pay-for-order.component'; +import { CancelOrderDialog } from './cancel-order/cancel-order.dialog'; @NgModule({ @@ -117,6 +118,7 @@ import { PayForOrderComponent } from './pay-for-order/pay-for-order.component'; CancellationFailedComponent, ConversionFailedComponent, PayForOrderComponent, + CancelOrderDialog, ], imports: [ AppRoutingModule, diff --git a/src/app/cancel-order/cancel-order.dialog.css b/src/app/cancel-order/cancel-order.dialog.css new file mode 100644 index 0000000..f785beb --- /dev/null +++ b/src/app/cancel-order/cancel-order.dialog.css @@ -0,0 +1,3 @@ +button { + min-width: 100px; +} diff --git a/src/app/cancel-order/cancel-order.dialog.html b/src/app/cancel-order/cancel-order.dialog.html new file mode 100644 index 0000000..0c953f3 --- /dev/null +++ b/src/app/cancel-order/cancel-order.dialog.html @@ -0,0 +1,10 @@ +
Nach der Stornierung verlieren Sie Ihr Reservierungsrecht und die Sitzplätze können von anderen Kunden in Anspruch genommen werden. Dieser Prozess kann nicht rückgängig gemacht werden.
+Leider konnten Ihre Sitzplätze nicht storniert werden. Möglicherweise wurden die Tickets bereits bezahlt oder storniert.
+{{ infoText }}
- - + + diff --git a/src/app/cancellation-failed/cancellation-failed.component.ts b/src/app/cancellation-failed/cancellation-failed.component.ts index a6e7519..05663f0 100644 --- a/src/app/cancellation-failed/cancellation-failed.component.ts +++ b/src/app/cancellation-failed/cancellation-failed.component.ts @@ -1,4 +1,4 @@ -import { Component } from '@angular/core'; +import { Component, input, output } from '@angular/core'; @Component({ selector: 'app-cancellation-failed', @@ -7,5 +7,15 @@ import { Component } from '@angular/core'; styleUrl: './cancellation-failed.component.css', }) export class CancellationFailedComponent { + moreThanOne = inputIhre Sitzplätze wurden erfolgreich storniert und stehen wieder zur Buchung zur Verfügnug.
+{{ infoText }}
- - + +Leider konnten Ihre Sitzplätze nicht bezahlt werden. Möglicherweise wurden die Tickets bereits storniert.
+{{ infoText }}
- - + +