Skip to content

Commit

Permalink
Mittwoch 11:00
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hornburger committed Jun 25, 2024
1 parent ecd8399 commit dce64bc
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!--
<input-clone [(Value)]="DB.CurrentMitarbeiter.Jobtitel" [Required]="true" [MinLength]="3" [MaxLength]="100" Titel="Jobtitel" (TextChanged)="TextChanged($event)"></input-clone>
-->
<input-clone [Enabled]="false" [Clickable]="true" [Value]="DB.GetPositionsbezeichnung(DB.CurrentMitarbeiter.PositionID)" [DisabledColor]="'gray'" (click)="PositionClicked()" Titel="Possition"></input-clone>
<input-clone [Enabled]="false" [Clickable]="true" [Value]="DB.GetPositionsbezeichnung(DB.CurrentMitarbeiter.PositionID)" [DisabledColor]="'gray'" (click)="PositionClicked()" Titel="Position"></input-clone>
</ion-col>
</ion-row>
<ion-row>
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/fi-mitarbeiterliste/fi-mitarbeiterliste.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</tr>
<tr>
<td style="width: 24px"></td>
<td style="width: 80px" class="ergonametextclass">Possition:</td><td style="width: 140px">{{DB.GetPositionsbezeichnung(Mitarbeiter.PositionID)}}</td><td style="width: 20px"></td>
<td style="width: 80px" class="ergonametextclass">Position:</td><td style="width: 140px">{{DB.GetPositionsbezeichnung(Mitarbeiter.PositionID)}}</td><td style="width: 20px"></td>
<td colspan="3"></td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/fi-mitarbeiterliste/fi-mitarbeiterliste.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ export class FiMitarbeiterlistePage implements OnInit, OnDestroy {
this.Auswahldialogorigin = this.Auswahlservice.Auswahloriginvarianten.Mitarbeiter_Liste_Position;

this.ShowAuswahl = true;
this.Auswahltitel = 'Possition festlegen';
this.Auswahltitel = 'Position festlegen';
this.Auswahlliste = [];

for(let Eintrag of this.Pool.Mitarbeiterpositionenliste) {
Expand Down
2 changes: 1 addition & 1 deletion src/app/services/const/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const _MitarbeiterdatenKeys = {
Telefon: 'Telefon',
Mobil: 'Mobil',
Email: 'Email',
Possition: 'Possition',
Position: 'Position',
Zeit: 'Zeit',
Zeitstempel: 'Zeitstempel',
Aktiviert: 'Aktiviert',
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
<body>
<app-root></app-root>
<app-redirect></app-redirect>
<script src="runtime.79f787f4b19a062e.js" type="module"></script><script src="polyfills.7ff4c4c37cd47122.js" type="module"></script><script src="main.0b39f31bdc14ea76.js" type="module"></script></body>
<script src="runtime.79f787f4b19a062e.js" type="module"></script><script src="polyfills.7ff4c4c37cd47122.js" type="module"></script><script src="main.02cfb0babb8076e7.js" type="module"></script></body>

</html>
1 change: 1 addition & 0 deletions www/main.02cfb0babb8076e7.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion www/main.0b39f31bdc14ea76.js

This file was deleted.

0 comments on commit dce64bc

Please sign in to comment.