From 615d4b7ca80f832d3701e3619bed10dd1bdf6fdd Mon Sep 17 00:00:00 2001 From: aschwarz Date: Tue, 2 May 2023 10:36:29 +0200 Subject: [PATCH] Anpassung Frontend Card-Bodys teilweise zu eng --- templates/modern/dashboard/notenbuch.html | 6 ++--- templates/modern/dashboard/rollen.html | 6 ++--- .../modern/dashboard/verteilerlisten.html | 22 +++++++++---------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/templates/modern/dashboard/notenbuch.html b/templates/modern/dashboard/notenbuch.html index f40ac0a..fa84e58 100644 --- a/templates/modern/dashboard/notenbuch.html +++ b/templates/modern/dashboard/notenbuch.html @@ -99,13 +99,13 @@ $(document).ready(function(){
Notenbuch
Lizenzen
-
Aktion
+
Aktion
{section name=table_data loop=$table_data}
-
{$table_data[table_data].bezeichnung}
+
{$table_data[table_data].bezeichnung}
{$table_data[table_data].restlizenz}/{$table_data[table_data].anzahl_lizenz}
-
+
diff --git a/templates/modern/dashboard/rollen.html b/templates/modern/dashboard/rollen.html index 48dfe51..1c37d8b 100644 --- a/templates/modern/dashboard/rollen.html +++ b/templates/modern/dashboard/rollen.html @@ -92,12 +92,12 @@ $(document).ready(function(){
Rolle
-
Aktion
+
Aktion
{section name=table_data loop=$table_data}
-
{$table_data[table_data].bezeichnung}
-
+
{$table_data[table_data].bezeichnung}
+
diff --git a/templates/modern/dashboard/verteilerlisten.html b/templates/modern/dashboard/verteilerlisten.html index 3de385b..c5afa65 100644 --- a/templates/modern/dashboard/verteilerlisten.html +++ b/templates/modern/dashboard/verteilerlisten.html @@ -73,16 +73,17 @@ $(document).ready(function(){ Verteilerlisten
-
Verteilerliste:
+
Verteilerliste:
-
-
-
+

Speichern +


+
@@ -92,15 +93,14 @@ $(document).ready(function(){
Liste
-
Aktion
+
Aktion
{section name=table_data loop=$table_data} -
-
{$table_data[table_data].bezeichnung}
-
- - - +
+
{$table_data[table_data].bezeichnung}
+
+ +
{/section}