From 9829532e4f6994d8eccc536783568c58f433963d Mon Sep 17 00:00:00 2001 From: Cris Date: Tue, 24 Sep 2019 10:08:20 +0200 Subject: [PATCH] =?UTF-8?q?Created=20View=20to=20accept=20Lehrauftr=C3=A4g?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created view and jQuery functions to manipulate the tabulator. --- .../lehre/lehrauftrag/acceptLehrauftrag.php | 178 ++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 application/views/lehre/lehrauftrag/acceptLehrauftrag.php diff --git a/application/views/lehre/lehrauftrag/acceptLehrauftrag.php b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php new file mode 100644 index 000000000..ba9ac43e6 --- /dev/null +++ b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php @@ -0,0 +1,178 @@ +load->view( + 'templates/FHC-Header', + array( + 'title' => 'Lehrauftrag', + 'jquery' => true, + 'jqueryui' => true, + 'jquerycheckboxes' => true, + 'bootstrap' => true, + 'fontawesome' => true, + 'sbadmintemplate' => false, + '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' + ) + ); + ?> +
+ +
+
+
+ +
+
+ load->view('lehre/lehrauftrag/acceptLehrauftragData.php'); ?> +
+
+ +
+
+ + + + + +
+
+
+
+ + +load->view('templates/FHC-Footer'); ?> + + +