mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
Removed Deprecated Kreuzerltool
This commit is contained in:
@@ -275,41 +275,6 @@ function checkZeilenUmbruch()
|
||||
);
|
||||
}
|
||||
|
||||
// Uebungstool
|
||||
if((!defined('CIS_LEHRVERANSTALTUNG_UEBUNGSTOOL_ANZEIGEN') || CIS_LEHRVERANSTALTUNG_UEBUNGSTOOL_ANZEIGEN) && $angemeldet)
|
||||
{
|
||||
$link='';
|
||||
$link_onclick='';
|
||||
$text='';
|
||||
|
||||
if(isset($angezeigtes_stsem))
|
||||
$studiensem = '&stsem='.urlencode($angezeigtes_stsem);
|
||||
else
|
||||
$studiensem = '';
|
||||
|
||||
//Kreuzerltool
|
||||
if($is_lector)
|
||||
{
|
||||
$link='benotungstool/verwaltung.php?lvid='.urlencode($lvid).$studiensem;
|
||||
$text.='<a href="'.APP_ROOT.'cms/dms.php?id='.$p->t('dms_link/benotungstoolHandbuch').'" class="Item" target="_blank">'.$p->t('lehre/benotungstoolHandbuch').' [PDF]</a>';
|
||||
}
|
||||
else
|
||||
{
|
||||
$link='benotungstool/studentenansicht.php?lvid='.urlencode($lvid).$studiensem;
|
||||
}
|
||||
|
||||
$menu[]=array
|
||||
(
|
||||
'id'=>'core_menu_uebungstool',
|
||||
'position'=>'60',
|
||||
'name'=>$p->t('lehre/kreuzerltool'),
|
||||
'icon'=>'../../../skin/images/button_kreuzerltool.png',
|
||||
'link'=>$link,
|
||||
'link_onclick'=>$link_onclick,
|
||||
'text'=>$text
|
||||
);
|
||||
}
|
||||
|
||||
//Gesamtnote
|
||||
if($is_lector && ((!defined('CIS_LEHRVERANSTALTUNG_GESAMTNOTE_ANZEIGEN') || CIS_LEHRVERANSTALTUNG_GESAMTNOTE_ANZEIGEN) && $angemeldet))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user