mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Gruppieren von zeitgleichen Lehreinheiten als config-Parameter
This commit is contained in:
@@ -563,7 +563,7 @@ class wochenplan extends basis_db
|
||||
/**
|
||||
* Zeichnen der Stundenplanwoche in HTML
|
||||
*/
|
||||
public function draw_week($raumres, $user_uid='', $gruppieren=true)
|
||||
public function draw_week($raumres, $user_uid='', $gruppieren=LVPLAN_LEHREINHEITEN_GRUPPIEREN)
|
||||
{
|
||||
global $tagbez;
|
||||
$sprache = getSprache();
|
||||
@@ -824,7 +824,7 @@ class wochenplan extends basis_db
|
||||
echo '&sem='.$this->sem;
|
||||
echo '&ver='.$this->ver;
|
||||
echo '&grp='.$this->grp;
|
||||
echo '&ort_kurzbz='.$uEinheit['ort']; //.'">'
|
||||
echo '&ort_kurzbz='.$uEinheit['ort'][0]; //.'">'
|
||||
echo "','Details', 'height=320,width=550,left=0,top=0,hotkeys=0,resizable=yes,status=no,scrollbars=no,toolbar=no,location=no,menubar=no,dependent=yes');return false;";
|
||||
echo '" title="'.$this->convert_html_chars($titel).'" ';
|
||||
echo ' href="#">';
|
||||
|
||||
Reference in New Issue
Block a user