chore(user): display new fields on profile data page
This commit is contained in:
parent
9697d8c7fa
commit
9eac059411
@ -20,4 +20,9 @@ PersonalInfoTutorialsWip: Die Anzeige von Tutorien, zu denen Sie angemeldet sind
|
|||||||
ProfileGroupSubmissionDates: Bei Gruppenabgaben wird kein Datum angezeigt, wenn Sie die Gruppenabgabe nie selbst hochgeladen haben.
|
ProfileGroupSubmissionDates: Bei Gruppenabgaben wird kein Datum angezeigt, wenn Sie die Gruppenabgabe nie selbst hochgeladen haben.
|
||||||
ProfileCorrectorRemark: Die oberhalb angezeigte Tabelle zeigt nur prinzipielle Einteilungen als Korrektor zu einem Übungsblatt. Auch ohne Einteilung können Korrekturen einzeln zugewiesen werden, welche hier dann nicht aufgeführt werden.
|
ProfileCorrectorRemark: Die oberhalb angezeigte Tabelle zeigt nur prinzipielle Einteilungen als Korrektor zu einem Übungsblatt. Auch ohne Einteilung können Korrekturen einzeln zugewiesen werden, welche hier dann nicht aufgeführt werden.
|
||||||
ProfileCorrections: Auflistung aller zugewiesenen Korrekturen
|
ProfileCorrections: Auflistung aller zugewiesenen Korrekturen
|
||||||
Remarks: Hinweise
|
Remarks: Hinweise
|
||||||
|
|
||||||
|
UserTelephone: Telefon
|
||||||
|
UserMobile: Mobiltelefon
|
||||||
|
CompanyPersonalNumber: Personalnummer (nur Fraport AG)
|
||||||
|
CompanyDepartment: Abteilung
|
||||||
@ -20,4 +20,9 @@ PersonalInfoTutorialsWip: The feature to display tutorials you have registered f
|
|||||||
ProfileGroupSubmissionDates: No date is shown for group submissions if you have never uploaded the submission yourself.
|
ProfileGroupSubmissionDates: No date is shown for group submissions if you have never uploaded the submission yourself.
|
||||||
ProfileCorrectorRemark: The table above only shows registration as a corrector in principle. Even without registration corrections can be assigned individually and are not listed.
|
ProfileCorrectorRemark: The table above only shows registration as a corrector in principle. Even without registration corrections can be assigned individually and are not listed.
|
||||||
ProfileCorrections: List of all assigned corrections
|
ProfileCorrections: List of all assigned corrections
|
||||||
Remarks: Remarks
|
Remarks: Remarks
|
||||||
|
|
||||||
|
UserTelephone: Phone
|
||||||
|
UserMobile: Mobile
|
||||||
|
CompanyPersonalNumber: Personnel number (Fraport AG only)
|
||||||
|
CompanyDepartment: Department
|
||||||
@ -27,6 +27,26 @@ $newline never
|
|||||||
_{MsgUserDisplayEmail}
|
_{MsgUserDisplayEmail}
|
||||||
<dd .deflist__dd .email>
|
<dd .deflist__dd .email>
|
||||||
#{userDisplayEmail}
|
#{userDisplayEmail}
|
||||||
|
$maybe telephonenr <- userTelephone
|
||||||
|
<dt .deflist__dt>
|
||||||
|
_{MsgUserTelephone}
|
||||||
|
<dd .deflist__dd>
|
||||||
|
#{telephonenr}
|
||||||
|
$maybe mobilenr <- userMobile
|
||||||
|
<dt .deflist__dt>
|
||||||
|
_{MsgUserMobile}
|
||||||
|
<dd .deflist__dd>
|
||||||
|
#{mobilenr}
|
||||||
|
$maybe companyDepartment <- userCompanyDepartment
|
||||||
|
<dt .deflist__dt>
|
||||||
|
_{MsgCompanyDepartment}
|
||||||
|
<dd .deflist__dd>
|
||||||
|
#{companyDepartment}
|
||||||
|
$maybe companyPersonalNumber <- userCompanyPersonalNumber
|
||||||
|
<dt .deflist__dt>
|
||||||
|
_{MsgCompanyPersonalNumber}
|
||||||
|
<dd .deflist__dd>
|
||||||
|
#{companyPersonalNumber}
|
||||||
$if showAdminInfo
|
$if showAdminInfo
|
||||||
<dt .deflist__dt>
|
<dt .deflist__dt>
|
||||||
_{MsgUserCreated}
|
_{MsgUserCreated}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user