| @@ -1,4 +1,6 @@ | |||||
| <h2>{{ 'basic.assign-partner-01' | translate }} {{ partnerText }} {{ 'basic.assign-partner-02' | translate }}</h2> | |||||
| <h2 title="{{ 'basic.assign-partner-01' | translate }} {{ partnerText }} {{ 'basic.assign-partner-02' | translate }}"> | |||||
| {{ partnerText }} {{ 'basic.assign-partner-02' | translate }} | |||||
| </h2> | |||||
| <div class="spt-form"> | <div class="spt-form"> | ||||
| <form [formGroup]="form" (ngSubmit)="onSubmit()"> | <form [formGroup]="form" (ngSubmit)="onSubmit()"> | ||||
| <div class="mb-3" *ngIf="this.partnerProduct"> | <div class="mb-3" *ngIf="this.partnerProduct"> | ||||
| @@ -3,8 +3,9 @@ | |||||
| <button *ngIf="bShowNewPartnerButton" class="btn btn-primary" (click)="openModalNewPartner()"> | <button *ngIf="bShowNewPartnerButton" class="btn btn-primary" (click)="openModalNewPartner()"> | ||||
| + {{ 'basic.new' | translate }} {{ partnerColumnHeadline }} | + {{ 'basic.new' | translate }} {{ partnerColumnHeadline }} | ||||
| </button> | </button> | ||||
| <button *ngIf="!bShowNewPartnerButton" class="btn btn-primary" (click)="openModalAssignPartner()"> | |||||
| + {{ 'basic.assign-partner-01' | translate }} {{ partnerText }} {{ 'basic.assign-partner-02' | translate }} | |||||
| <button *ngIf="!bShowNewPartnerButton" class="btn btn-primary" (click)="openModalAssignPartner()" | |||||
| title="{{ 'basic.assign-partner-01' | translate }} {{ partnerText }} {{ 'basic.assign-partner-02' | translate }}"> | |||||
| + {{ partnerText }} {{ 'basic.assign-partner-02' | translate }} | |||||
| </button> | </button> | ||||
| </div> | </div> | ||||
| <app-list #listComponent | <app-list #listComponent | ||||
| @@ -1,4 +1,6 @@ | |||||
| <h2>{{ 'basic.assign-product' | translate }}</h2> | |||||
| <h2 title="{{ 'basic.assign-product-01' | translate }} {{ 'basic.assign-product-02' | translate }}"> | |||||
| {{ 'basic.assign-product-02' | translate }} | |||||
| </h2> | |||||
| <div class="spt-form"> | <div class="spt-form"> | ||||
| <form [formGroup]="form" (ngSubmit)="onSubmit()"> | <form [formGroup]="form" (ngSubmit)="onSubmit()"> | ||||
| <div class="mb-3" *ngIf="this.partnerProduct"> | <div class="mb-3" *ngIf="this.partnerProduct"> | ||||
| @@ -3,8 +3,9 @@ | |||||
| <button *ngIf="bShowNewProductButton" class="btn btn-primary" (click)="openModalNewProduct()"> | <button *ngIf="bShowNewProductButton" class="btn btn-primary" (click)="openModalNewProduct()"> | ||||
| + {{ 'basic.new-product' | translate }} | + {{ 'basic.new-product' | translate }} | ||||
| </button> | </button> | ||||
| <button *ngIf="!bShowNewProductButton" class="btn btn-primary" (click)="openModalAssignProduct()"> | |||||
| + {{ 'basic.assign-product' | translate }} | |||||
| <button *ngIf="!bShowNewProductButton" class="btn btn-primary" (click)="openModalAssignProduct()" | |||||
| title="{{ 'basic.assign-product-01' | translate }} {{ 'basic.assign-product-02' | translate }}"> | |||||
| + {{ 'basic.assign-product-02' | translate }} | |||||
| </button> | </button> | ||||
| </div> | </div> | ||||
| <app-list #listComponent | <app-list #listComponent | ||||
| @@ -28,10 +28,11 @@ | |||||
| "comments": "Kommentare", | "comments": "Kommentare", | ||||
| "users": "Benutzer", | "users": "Benutzer", | ||||
| "new": "Neuer", | "new": "Neuer", | ||||
| "assign-partner-01": "Produkt diesem", | |||||
| "assign-partner-01": "Dieses Produkt einem", | |||||
| "assign-partner-02": "zuordnen", | "assign-partner-02": "zuordnen", | ||||
| "new-product": "Neues Produkt", | "new-product": "Neues Produkt", | ||||
| "assign-product": "Produkt zuordnen", | |||||
| "assign-product-01": "Diesen Partner einem", | |||||
| "assign-product-02": "Produkt zuordnen", | |||||
| "new-document": "Neues Dokument", | "new-document": "Neues Dokument", | ||||
| "new-task": "Neue Aufgabe", | "new-task": "Neue Aufgabe", | ||||
| "new-contact": "Neuer Kontakt", | "new-contact": "Neuer Kontakt", | ||||