mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 08:52:21 +00:00
Prüfungsprotokoll Übersichtsliste für Vorsitz hinzugefügt
This commit is contained in:
@@ -28,7 +28,10 @@ class Pruefungsprotokoll extends Auth_Controller
|
||||
// Load language phrases
|
||||
$this->loadPhrases(
|
||||
array(
|
||||
'abschlusspruefung'
|
||||
'abschlusspruefung',
|
||||
'global',
|
||||
'person',
|
||||
'lehre'
|
||||
)
|
||||
);
|
||||
|
||||
@@ -39,6 +42,11 @@ class Pruefungsprotokoll extends Auth_Controller
|
||||
|
||||
// -----------------------------------------------------------------------------------------------------------------
|
||||
// Public methods
|
||||
public function index()
|
||||
{
|
||||
$this->load->library('WidgetLib');
|
||||
$this->load->view('lehre/pruefungsprotokollUebersicht.php');
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user