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}