From f01f9a4daa13af32a082561193ed900a26f9c9d7 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sat, 16 May 2020 14:33:33 +0000
Subject: [PATCH] Verweis zu Google Fonts entfernt, Font in CSS aufgenommen

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

diff --git a/web/ui2/data/tpl/nutzer-rollen-dlg.tpl b/web/ui2/data/tpl/nutzer-rollen-dlg.tpl
index 4e0dcf3..2eee6c4 100644
--- a/web/ui2/data/tpl/nutzer-rollen-dlg.tpl
+++ b/web/ui2/data/tpl/nutzer-rollen-dlg.tpl
@@ -1,12 +1,11 @@
-<p>Nutzer-ID: <span id="nutzer-id"></span></p>
-<h6>Rollen des Benutzers</h6>
+<p class="rollen-ansicht-titel">Rollen des Nutzers <span id="nutzer-id"></span></p>
+<h6 class="rollen-ueberschrift">Rollen des Benutzers</h6>
 <div class="rollen-behaelter">
   {{#List}}
   {{#List}}
-  <button type="button" class="granted-role-btn">{{String}}</button>
+  <button type="button" class="granted-role-btn" id="{{String}}">{{String}}</button>
   {{/List}}
   {{/List}}
 </div>
-<h6>Verf&uuml;gbare Rollen</h6>
-<div class="alle-rollen-behaelter"></div>
-<button type="button" class="zurueck-btn">< Zur&uuml;ck</button>
+<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