Removed Deprecated Kreuzerltool

This commit is contained in:
Andreas Österreicher
2020-01-30 16:19:14 +01:00
parent 9a9d08da39
commit 40771ba669
15 changed files with 0 additions and 7676 deletions
-35
View File
@@ -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))
{