mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
CIS LV-Menü Gesamtnote ist durch Config-Eintrag ein- und ausblendbar
This commit is contained in:
@@ -518,7 +518,7 @@ function checkZeilenUmbruch()
|
||||
checkZeilenUmbruch();
|
||||
|
||||
//Gesamtnote
|
||||
if($is_lector)
|
||||
if($is_lector && (!defined('CIS_LEHRVERANSTALTUNG_GESAMTNOTE_ANZEIGEN') || CIS_LEHRVERANSTALTUNG_GESAMTNOTE_ANZEIGEN))
|
||||
{
|
||||
$eintraegeprozeile++;
|
||||
echo '<td class="tdvertical" align="center">';
|
||||
|
||||
Reference in New Issue
Block a user