From a52c39a698c68fa04789629a79c45ad1f882e627 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Tue, 19 May 2020 10:23:09 +0000
Subject: [PATCH] Stile des Rollen-Dialogs verfeinert

---
 web/ui2/data/tpl/nutzer-rollen-dlg.tpl |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/web/ui2/data/tpl/nutzer-rollen-dlg.tpl b/web/ui2/data/tpl/nutzer-rollen-dlg.tpl
index d739070..5d95cdf 100644
--- a/web/ui2/data/tpl/nutzer-rollen-dlg.tpl
+++ b/web/ui2/data/tpl/nutzer-rollen-dlg.tpl
@@ -1,5 +1,10 @@
-<p>Nutzer-ID: <span id="nutzer-id"></span></p>
-<h6>Rollen des Benutzers</h6>
+<div class="rollen-ansicht-titel">
+  <p>
+    Rollen von 
+    <span id="nutzer-id"></span> 
+  </p>
+  <button type="button" class="del-user-btn danger-btn" id="del-user-btn">Löschen</button>
+</div>
 <div class="rollen-behaelter">
   {{#List}}
   {{#List}}
@@ -7,5 +12,5 @@
   {{/List}}
   {{/List}}
 </div>
-<h6>Verf&uuml;gbare Rollen</h6>
+<h6 class="rollen-ueberschrift">Verf&uuml;gbare Rollen</h6>
 <div class="alle-rollen-behaelter"></div>
\ No newline at end of file

--
Gitblit v1.9.3