chore: erster Versuch eines Erklärtextes
This commit is contained in:
parent
544f5af78d
commit
bfe27dedb2
@ -2682,6 +2682,7 @@ FavouriteParticipant: Ihre Kurse
|
|||||||
FavouriteManual: Favoriten
|
FavouriteManual: Favoriten
|
||||||
FavouriteCurrent: Aktueller Kurs
|
FavouriteCurrent: Aktueller Kurs
|
||||||
|
|
||||||
|
FavouritesEmptyTip: Hier werden zuletzt besuchte Kurse, sowie Kurse an denen Sie teilnehmen angezeigt. Über einen Klick auf den Stern kann der aktuelle Kurs permanent/nie angezeigt werden.
|
||||||
FavouritesUnavailableTip: Das Schnellzugriffsmenü für diesen Kurs ist aktuell nicht verfügbar.
|
FavouritesUnavailableTip: Das Schnellzugriffsmenü für diesen Kurs ist aktuell nicht verfügbar.
|
||||||
|
|
||||||
CourseEvents: Termine
|
CourseEvents: Termine
|
||||||
|
|||||||
@ -2682,6 +2682,7 @@ FavouriteParticipant: Your courses
|
|||||||
FavouriteManual: Favourites
|
FavouriteManual: Favourites
|
||||||
FavouriteCurrent: Current course
|
FavouriteCurrent: Current course
|
||||||
|
|
||||||
|
FavouritesEmptyTip: Recently visited courses and courses where you are participating are displayed here. The current course can be shown permanently/never with a click on the star.
|
||||||
FavouritesUnavailableTip: Quick Actions for this course are currently not available.
|
FavouritesUnavailableTip: Quick Actions for this course are currently not available.
|
||||||
|
|
||||||
CourseEvents: Occurrences
|
CourseEvents: Occurrences
|
||||||
|
|||||||
@ -9,6 +9,10 @@ $newline never
|
|||||||
_{MsgLogo}
|
_{MsgLogo}
|
||||||
|
|
||||||
<div .asidenav>
|
<div .asidenav>
|
||||||
|
$if null favouriteTerms
|
||||||
|
<div .asidenav__box-subtitle>
|
||||||
|
_{MsgFavouritesEmptyTip}
|
||||||
|
$else
|
||||||
$forall tid <- favouriteTerms
|
$forall tid <- favouriteTerms
|
||||||
<div .asidenav__box>
|
<div .asidenav__box>
|
||||||
<h3 .asidenav__box-title uw-show-hide data-show-hide-id="#{termToText tid}" data-show-hide-align=right>
|
<h3 .asidenav__box-title uw-show-hide data-show-hide-id="#{termToText tid}" data-show-hide-align=right>
|
||||||
|
|||||||
Reference in New Issue
Block a user