Prüfungsprotokoll Übersichtsliste für Vorsitz hinzugefügt

This commit is contained in:
Andreas Österreicher
2020-05-28 09:44:52 +02:00
parent b56b5af561
commit 772c4fa308
5 changed files with 206 additions and 30 deletions
@@ -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');
}
/**
*/