fix: correct (switch) sheetHint and sheetSolution mail templates

This commit is contained in:
Sarah Vaupel 2020-07-28 19:42:09 +02:00
parent 5e584048f5
commit d6f0d28a1f
2 changed files with 6 additions and 6 deletions

View File

@ -11,11 +11,11 @@ $newline never
} }
<body> <body>
<h1> <h1>
_{MsgMailSheetSolutionIntro (CI.original courseName) termDesc sheetName} _{MsgMailSheetHintIntro (CI.original courseName) termDesc sheetName}
<p> <p>
<a href=@{CSheetR tid ssh csh shn SShowR}> <a href=@{CSheetR tid ssh csh shn SShowR}>
#{sheetName} #{sheetName}
<p> <p>
<a href=@{CSheetR tid ssh csh shn (SZipR SheetSolution)}> <a href=@{CSheetR tid ssh csh shn (SZipR SheetHint)}>
_{MsgSheetSolution} _{MsgSheetHint}
^{editNotifications} ^{editNotifications}

View File

@ -11,11 +11,11 @@ $newline never
} }
<body> <body>
<h1> <h1>
_{MsgMailSheetHintIntro (CI.original courseName) termDesc sheetName} _{MsgMailSheetSolutionIntro (CI.original courseName) termDesc sheetName}
<p> <p>
<a href=@{CSheetR tid ssh csh shn SShowR}> <a href=@{CSheetR tid ssh csh shn SShowR}>
#{sheetName} #{sheetName}
<p> <p>
<a href=@{CSheetR tid ssh csh shn (SZipR SheetHint)}> <a href=@{CSheetR tid ssh csh shn (SZipR SheetSolution)}>
_{MsgSheetHint} _{MsgSheetSolution}
^{editNotifications} ^{editNotifications}