From 10a5439fc50f549701090f15bb1330b0d1ed28a9 Mon Sep 17 00:00:00 2001 From: ulrich@undisclosed <ulrich@ulrich-vaio> Date: Tue, 19 May 2020 13:13:28 +0000 Subject: [PATCH] In Arbeit: Piktogramme, Abmelden, Stile verfeinert --- web/ui2/data/tpl/nutzer-rollen-dlg.tpl | 16 ++++++++++------ 1 files changed, 10 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..6888f8e 100644 --- a/web/ui2/data/tpl/nutzer-rollen-dlg.tpl +++ b/web/ui2/data/tpl/nutzer-rollen-dlg.tpl @@ -1,12 +1,16 @@ -<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" title="Nutzer löschen" class="del-user-btn danger-btn" id="del-user-btn"><i class="icon-user-times"></i></button> +</div> <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ügbare Rollen</h6> -<div class="alle-rollen-behaelter"></div> -<button type="button" class="zurueck-btn">< Zurück</button> +<h6 class="rollen-ueberschrift">Verfügbare Rollen</h6> +<div class="alle-rollen-behaelter"></div> \ No newline at end of file -- Gitblit v1.9.3