Persönlicher LVPlan zeigt nun den LVPlan des nächsten/vorigen Semesters abhängig von der Gruppenzuordnung korrekt an.

LVPlan Einträge mit Spezialgruppen sind dadurch auch vor Semesterstart bereits sichtbar.
This commit is contained in:
oesi
2015-12-10 17:50:25 +01:00
parent 38925cb19c
commit c15132658f
4 changed files with 308 additions and 205 deletions
+8 -1
View File
@@ -638,7 +638,14 @@ class wochenplan extends basis_db
// Formularbeginn wenn Lektor
if ($raumres && $this->type=='ort')
echo '<form name="reserve" method="post" action="stpl_week.php">'.$this->crlf;
{
$ort = new ort();
$ort->load($this->ort_kurzbz);
if($ort->reservieren)
echo '<form name="reserve" method="post" action="stpl_week.php">'.$this->crlf;
else
$raumres=false;
}
//Tabelle zeichnen
echo ' <table class="stdplan" width="100%" border="0" cellpadding="1" cellspacing="1" name="Stundenplantabelle" align="center">'.$this->crlf;