From eae6b1d917cb1cf4a86f0b3f0e4540a79e208c52 Mon Sep 17 00:00:00 2001
From: Jan Seipel <Jan.Seipel@swr.de>
Date: Wed, 12 Jun 2024 15:52:56 +0200
Subject: [PATCH] =?UTF-8?q?neue=20labels=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 stylesheets/test-ap-style-dashboard.css | 27 ++++++++++++++++---------
 test-ap-ux-imporver.user.js             |  1 +
 2 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/stylesheets/test-ap-style-dashboard.css b/stylesheets/test-ap-style-dashboard.css
index c45f7cd..9e81075 100644
--- a/stylesheets/test-ap-style-dashboard.css
+++ b/stylesheets/test-ap-style-dashboard.css
@@ -1,5 +1,5 @@
 
-*[title="gesperrt"], *[title="frei"], *[title="Bewegtbild | BB FESAD"], *[title="Musik | HFDB"], *[title="Geräusche | HFDB"], *[title="Text | MDH:CS Presse Artikel"], *[title="Buch | BIBDIA OPAC"], *[title="Online | Internet Social Media Seeding Prota"], *[title="Mitschnittservice SR"], *[title="Mitschnittservice SWR"], *[title="Unternehmensarchiv | Wissenschaft und Forschung"], *[title="Noten | Pianoforte"], *[title="Wort | HFDB"], *[title="Foto"] {
+*[title="gesperrt"], *[title="frei"], *[title="02 - Bewegtbild | BB FESAD"], *[title="03 - Musik | HFDB"], *[title="07 - Geräusche | HFDB"], *[title="01 - Text | MDH:CS Presse Artikel"], *[title="06 - Buch | BIBDIA OPAC"], *[title="04 - Online | Internet Social Media Seeding Prota"], *[title="Mitschnittservice SR"], *[title="Mitschnittservice SWR"], *[title="Unternehmensarchiv | Wissenschaft und Forschung"], *[title="Noten | Pianoforte"], *[title="05 - Wort | HFDB"], *[title="Foto"], *[title="99 - Anfragen-Pool | Ticketsystem | Znuny"], *[title="999 - Sonstiges"] {
 	 visibility: hidden;
 	 width: 9em;
 	 overflow: hidden;
@@ -8,7 +8,7 @@
 	 padding: 0.1em 0.9em;
 	 margin: 0.1em 0em 0.2em 0em;
 }
- *[title="gesperrt"]:after, *[title="frei"]:after, *[title="Bewegtbild | BB FESAD"]:after, *[title="Musik | HFDB"]:after, *[title="Geräusche | HFDB"]:after, *[title="Text | MDH:CS Presse Artikel"]:after, *[title="Buch | BIBDIA OPAC"]:after, *[title="Online | Internet Social Media Seeding Prota"]:after, *[title="Mitschnittservice SR"]:after, *[title="Mitschnittservice SWR"]:after, *[title="Unternehmensarchiv | Wissenschaft und Forschung"]:after, *[title="Noten | Pianoforte"]:after, *[title="Wort | HFDB"]:after, *[title="Foto"]:after {
+ *[title="gesperrt"]:after, *[title="frei"]:after, *[title="02 - Bewegtbild | BB FESAD"]:after, *[title="03 - Musik | HFDB"]:after, *[title="07 - Geräusche | HFDB"]:after, *[title="01 - Text | MDH:CS Presse Artikel"]:after, *[title="06 - Buch | BIBDIA OPAC"]:after, *[title="04 - Online | Internet Social Media Seeding Prota"]:after, *[title="Mitschnittservice SR"]:after, *[title="Mitschnittservice SWR"]:after, *[title="Unternehmensarchiv | Wissenschaft und Forschung"]:after, *[title="Noten | Pianoforte"]:after, *[title="05 - Wort | HFDB"]:after, *[title="Foto"]:after, *[title="99 - Anfragen-Pool | Ticketsystem | Znuny"]:after, *[title="999 - Sonstiges"]:after {
 	 display: inline-block;
 	 padding: 0em 0.9em;
 	 margin: 0.1em;
@@ -29,27 +29,27 @@
 	 margin: 0.2em 0em;
 	 content: "âš¡ frei";
 }
- *[title="Bewegtbild | BB FESAD"]:after {
+ *[title="02 - Bewegtbild | BB FESAD"]:after {
 	 content: "Bewegtbild 🎬";
 	 background-color: #A6E9ED;
 }
- *[title="Musik | HFDB"]:after {
+ *[title="03 - Musik | HFDB"]:after {
 	 content: "Musik 🎵";
 	 background-color: #CEF0CD;
 }
- *[title="Geräusche | HFDB"]:after {
+ *[title="07 - Geräusche | HFDB"]:after {
 	 content: "Geräusch 🔔";
 	 background-color: #9AD29A;
 }
- *[title="Text | MDH:CS Presse Artikel"]:after {
+ *[title="01 - Text | MDH:CS Presse Artikel"]:after {
 	 content: "Presse 📰";
 	 background-color: #ffe97c;
 }
- *[title="Buch | BIBDIA OPAC"]:after {
+ *[title="06 - Buch | BIBDIA OPAC"]:after {
 	 content: "Buch 📖";
 	 background-color: #F6D1D5;
 }
- *[title="Wort | HFDB"]:after {
+ *[title="05 - Wort | HFDB"]:after {
 	 content: "Wort 💬";
 	 background-color: #a8d7ff;
 }
@@ -57,7 +57,7 @@
 	 content: "Foto 📷";
 	 background-color: #ceb6ea;
 }
- *[title="Online | Internet Social Media Seeding Prota"]:after {
+ *[title="04 - Online | Internet Social Media Seeding Prota"]:after {
 	 content: "Online 🌐";
 	 background-color: #efa7b3;
 }
@@ -76,6 +76,15 @@
  *[title="Noten | Pianoforte"]:after {
 	 content: "Noten 🎶";
 	 background-color: lightsalmon;
+}
+*[title="99 - Anfragen-Pool | Ticketsystem | Znuny"]:after {
+	content: "Anfragenpool 🏊";
+	background-color: gainsboro;
+}
+*[title="999 - Sonstiges"]:after {
+	content: "Sonstiges 🎒";
+	background-color: wheat;
+	/* opacity: 0; */
 }
  td:has(>.MasterActionLink), .TicketNumber {
 	 display: none;
diff --git a/test-ap-ux-imporver.user.js b/test-ap-ux-imporver.user.js
index 2c83b9e..5d0a9b8 100644
--- a/test-ap-ux-imporver.user.js
+++ b/test-ap-ux-imporver.user.js
@@ -12,6 +12,7 @@
 // @description  passt den IDA-Anfragen-Pool an die Anforderungen von IDA-Desk an
 // @author       Jan Seipel
 // @match        https://test-anfragen-pool.swrapp.net/*
+// @exclude      https://test-anfragen-pool.swrapp.net/otrs/index.pl?Action=Admin*
 
 // @grant        GM_getResourceText
 // @grant        GM_addStyle
-- 
GitLab