File tree 3 files changed +20
-6
lines changed
desktop/src/app/components/resources/actions/edit-qr-code
3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="modal-header ">
2
- < h5 class ="modal-title " i18n ="@@resources.createPrintSettingsProfileModal.header ">
2
+ < h5 class ="modal-title " i18n ="@@resources.createPrintSettingsProfile ">
3
3
Neues Einstellungsprofil erstellen
4
4
</ h5 >
5
5
</ div >
Original file line number Diff line number Diff line change 1
1
< div id ="view-modal-header " class ="modal-header ">
2
- < div class ="text-truncate heading " i18n ="@@resources.printSettings "> Drucketikett einrichten</ div >
2
+ < div class ="text-truncate heading " i18n ="@@resources.printSettings "> Etikettendruck einrichten</ div >
3
3
</ div >
4
4
5
5
< div *ngIf ="settings " id ="print-settings-modal-body " class ="modal-body bg-light ">
15
15
</ option >
16
16
</ select >
17
17
< div class ="input-group-append ">
18
- < button class ="btn btn-danger " type ="button "
19
- (click) ="deleteSelectedProfile() ">
18
+ < button class ="btn btn-danger "
19
+ type ="button "
20
+ ngbTooltip ="Einstellungsprofil löschen "
21
+ i18n-ngbTooltip ="@@resources.deletePrintSettingsProfile "
22
+ container ="body "
23
+ placement ="top "
24
+ (click) ="deleteSelectedProfile() ">
20
25
< span class ="mdi mdi-delete "> </ span >
21
26
</ button >
22
27
</ div >
23
28
</ div >
24
- < button id ="add-new-profile-button " class ="btn btn-success btn-square " type ="button "
25
- (click) ="addNewProfile() ">
29
+ < button id ="add-new-profile-button "
30
+ class ="btn btn-success btn-square "
31
+ ngbTooltip ="Neues Einstellungsprofil erstellen "
32
+ i18n-ngbTooltip ="@@resources.createPrintSettingsProfile "
33
+ container ="body "
34
+ placement ="top "
35
+ (click) ="addNewProfile() ">
26
36
< span class ="mdi mdi-plus "> </ span >
27
37
</ button >
28
38
</ div >
Original file line number Diff line number Diff line change 49
49
</ button >
50
50
< button id ="print-settings-button "
51
51
class ="btn btn-primary "
52
+ ngbTooltip ="Etikettendruck einrichten "
53
+ i18n-ngbTooltip ="@@resources.printSettings "
54
+ container ="body "
55
+ placement ="top "
52
56
(click) ="openPrintSettingsModal() ">
53
57
< span class ="mdi mdi-cog "> </ span >
54
58
</ button >
You can’t perform that action at this time.
0 commit comments