From 3c2873d301052c0d8386adc934a01590f20a8e7d Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Mon, 4 Mar 2019 19:02:18 +0100 Subject: [PATCH] OE-Baum kompakter gestaltet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - OEs mit hinterlegter Leitung und Freigabegrenze werden markiert. - OE-Typ wird abgekürzt (1. und letzter Buchstabe) --- include/organisationseinheit.class.php | 1 + vilesci/stammdaten/organisationseinheiten.php | 56 +++++++++++++++---- 2 files changed, 45 insertions(+), 12 deletions(-) diff --git a/include/organisationseinheit.class.php b/include/organisationseinheit.class.php index fe2f15fd2..405d73cd6 100644 --- a/include/organisationseinheit.class.php +++ b/include/organisationseinheit.class.php @@ -137,6 +137,7 @@ class organisationseinheit extends basis_db $this->mailverteiler = $this->db_parse_bool($row->mailverteiler); $this->lehre = $this->db_parse_bool($row->lehre); $this->standort_id = $row->standort_id; + $this->freigabegrenze = $row->freigabegrenze; } else { diff --git a/vilesci/stammdaten/organisationseinheiten.php b/vilesci/stammdaten/organisationseinheiten.php index 48291c8c3..63fb84713 100644 --- a/vilesci/stammdaten/organisationseinheiten.php +++ b/vilesci/stammdaten/organisationseinheiten.php @@ -41,14 +41,14 @@ echo ' - - - - - + '; + + include('../../include/meta/jquery.php'); + include('../../include/meta/jquery-tablesorter.php'); + +echo ' -