From eefd252e24fd8cdea9fbf6becb605a679e8b2f18 Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed
Date: Fri, 15 May 2020 12:48:26 +0000
Subject: [PATCH] Code aufgeraeumt

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

diff --git a/web/ui2/data/tpl/nutzer-rollen-dlg.tpl b/web/ui2/data/tpl/nutzer-rollen-dlg.tpl
index 4e0dcf3..d739070 100644
--- a/web/ui2/data/tpl/nutzer-rollen-dlg.tpl
+++ b/web/ui2/data/tpl/nutzer-rollen-dlg.tpl
@@ -3,10 +3,9 @@
 <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>
+<div class="alle-rollen-behaelter"></div>
\ No newline at end of file

--
Gitblit v1.9.3