feat: add student master data import
This commit is contained in:
@@ -75,13 +75,14 @@
|
||||
<TextBox Text="{Binding LetterSalutation}"
|
||||
PlaceholderText="Briefanrede, z.B. Sehr geehrte Frau Mustermann,"
|
||||
FontSize="12"/>
|
||||
<!-- Zeile 2: Telefon + E-Mail -->
|
||||
<!-- Zeile 2: Telefon + Mobiltelefon -->
|
||||
<Grid ColumnDefinitions="*,10,*">
|
||||
<TextBox Grid.Column="0" Text="{Binding Phone}"
|
||||
PlaceholderText="Telefon / Handy" FontSize="12"/>
|
||||
<TextBox Grid.Column="2" Text="{Binding Email}"
|
||||
PlaceholderText="E-Mail" FontSize="12"/>
|
||||
PlaceholderText="Festnetz" FontSize="12"/>
|
||||
<TextBox Grid.Column="2" Text="{Binding MobilePhone}"
|
||||
PlaceholderText="Mobiltelefon" FontSize="12"/>
|
||||
</Grid>
|
||||
<TextBox Text="{Binding Email}" PlaceholderText="E-Mail" FontSize="12"/>
|
||||
<!-- Zeile 3: Adresse -->
|
||||
<TextBox Text="{Binding Street}" PlaceholderText="Straße und Hausnummer" FontSize="12"/>
|
||||
<Grid ColumnDefinitions="100,10,*">
|
||||
|
||||
Reference in New Issue
Block a user