From 1cbbf2652d315c9c669f243b0d4563bedf0f6e16 Mon Sep 17 00:00:00 2001 From: Cris Date: Thu, 19 Sep 2019 13:15:17 +0200 Subject: [PATCH] =?UTF-8?q?Created=20View=20to=20approve=20Lehrauftr=C3=A4?= =?UTF-8?q?ge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lehre/lehrauftrag/approveLehrauftrag.php | 202 ++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 application/views/lehre/lehrauftrag/approveLehrauftrag.php diff --git a/application/views/lehre/lehrauftrag/approveLehrauftrag.php b/application/views/lehre/lehrauftrag/approveLehrauftrag.php new file mode 100644 index 000000000..5ffc2adac --- /dev/null +++ b/application/views/lehre/lehrauftrag/approveLehrauftrag.php @@ -0,0 +1,202 @@ +load->view( + 'templates/FHC-Header', + array( + 'title' => 'Lehrauftrag', + 'jquery' => true, + 'jqueryui' => true, + 'jquerycheckboxes' => true, + 'bootstrap' => true, + 'fontawesome' => true, + 'sbadmintemplate' => true, + 'tabulator' => true, + 'momentjs' => true, + 'ajaxlib' => true, + 'dialoglib' => true, + 'filterwidget' => true, + 'navigationwidget' => true, + 'phrases' => array( + 'global' => array('lehrauftraege'), + ), + 'customCSSs' => 'public/css/sbadmin2/tablesort_bootstrap.css', + 'customJSs' => array('public/js/bootstrapper.js') + ) +); + +?> + + +
+
+
+
+ +
+
+ +
+
+
+
+ widgetlib->widget( + 'Studiensemester_widget', + array( + DropdownWidget::SELECTED_ELEMENT => $studiensemester_selected + ), + array( + 'name' => 'studiensemester', + 'id' => 'studiensemester' + ) + ); + ?> +
+
+ widgetlib->widget( + 'Organisationseinheit_widget', + array( + DropdownWidget::SELECTED_ELEMENT => $organisationseinheit_selected, + 'organisationseinheit' => $organisationseinheit + ), + array( + 'name' => 'organisationseinheit', + 'id' => 'organisationseinheit' + ) + ); + ?> +
+ +
+
+
+ +
+
+ load->view('lehre/lehrauftrag/approveLehrauftragData.php'); ?> +
+
+ +
+
+ + + + + + +
+
+
+
+ + +load->view('templates/FHC-Footer'); ?> + + +