mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Merge branch 'master' of https://github.com/FH-Complete/FHC-Core
This commit is contained in:
@@ -50,7 +50,7 @@ $summe_stud = 0;
|
||||
$summe_t2 = 0;
|
||||
$summe_komm = 0;
|
||||
$summe_ng = 0;
|
||||
|
||||
$grades = array();
|
||||
$sprache = getSprache();
|
||||
$p = new phrasen($sprache);
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@ function checkZeilenUmbruch()
|
||||
|
||||
$text.= ' <a class="Item" href="semdownhlp.php" >';
|
||||
$text.= $p->t('lehre/semesterplanVorlage');
|
||||
$text.= ' [hml]';
|
||||
$text.= ' [html]';
|
||||
$text.= '</a>';
|
||||
$text.= ' <a class="Item" href="semdownhlp.php?format=doc" >';
|
||||
$text.= '[doc]';
|
||||
|
||||
@@ -153,7 +153,7 @@ switch($method)
|
||||
$studienordnungstatus->getstatus();
|
||||
foreach($studienordnungstatus->result as $row_status)
|
||||
{
|
||||
if($row_status->status_kurzbz==$studienordnung->status_kurzbz)
|
||||
if($row_status->status_kurzbz==$studienordnung->status_kurzbz || ($new && $row_status->status_kurzbz == "development"))
|
||||
$selected = 'selected';
|
||||
else
|
||||
$selected = '';
|
||||
|
||||
Reference in New Issue
Block a user