mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
parses the links in the moodle addon dynamically, so that other addons can easily override the phrase used for the links
This commit is contained in:
@@ -379,6 +379,7 @@ class LvMenu extends FHCAPI_Controller
|
||||
'name'=>$p->t('lehre/gesamtnote'),
|
||||
'c4_icon'=> base_url('skin/images/button_endnote.png'),
|
||||
'c4_link'=> base_url('cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php?lvid='.urlencode($lvid).'&stsem='.urlencode($angezeigtes_stsem))
|
||||
//'c4_link'=> base_url('benotungstool/lvgesamtnoteverwalten.php?lvid='.urlencode($lvid).'&stsem='.urlencode($angezeigtes_stsem))
|
||||
);
|
||||
}
|
||||
else
|
||||
@@ -388,8 +389,8 @@ class LvMenu extends FHCAPI_Controller
|
||||
'id'=>'core_menu_gesamtnote',
|
||||
'position'=>'80',
|
||||
'name'=>$p->t('lehre/gesamtnote'),
|
||||
'c4_icon'=>'skin/images/button_endnote.png',
|
||||
'c4_link'=>'',
|
||||
'c4_icon'=>base_url('skin/images/button_endnote.png'),
|
||||
'c4_link'=>'#',
|
||||
'c4_linkList'=>[[$p->t('lehre/noteneingabedeaktiviert'),'#']],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user