mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
SPalte "Bezeichnung" wird nun bei den Lehrverbänden angezeigt
This commit is contained in:
@@ -388,6 +388,11 @@ if(!$is_lector)
|
||||
$param .="&grp=$row1->gruppe";
|
||||
echo ' '.$p->t('global/gruppe')." $row1->gruppe";
|
||||
}
|
||||
if(trim($row1->bezeichnung)!='')
|
||||
{
|
||||
$param .="&grp=$row1->bezeichnung";
|
||||
echo ' ('.$row1->bezeichnung.')';
|
||||
}
|
||||
echo "</td>";
|
||||
echo " <td width='23'></td>";
|
||||
echo " <td width=\"200\"><a href='mailto:$strhelp@".DOMAIN."' class=\"Item\">$strhelp@".DOMAIN."</a></td>";
|
||||
|
||||
Reference in New Issue
Block a user