mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
- Bugfix Reihungstestpunkte übernahme
- Ort DropDown im LV-Plan zeigt nun auch die Bezeichnung in Klammer an
This commit is contained in:
@@ -470,7 +470,7 @@ class wochenplan extends basis_db
|
||||
echo ' <OPTION value="stpl_week.php?type=ort&ort_kurzbz='.$row->ort_kurzbz.'&datum='.$this->datum.'"';
|
||||
if ($row->ort_kurzbz==$this->ort_kurzbz)
|
||||
echo ' selected ';
|
||||
echo ">$row->ort_kurzbz</option>".$this->crlf;
|
||||
echo ">$row->ort_kurzbz ($row->bezeichnung)</option>".$this->crlf;
|
||||
}
|
||||
echo ' </SELECT>'.$this->crlf;
|
||||
if (isset($next_ort))
|
||||
|
||||
Reference in New Issue
Block a user