X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2b44867fc2d4e3c061c126890cc90fcaa84b6baa..a5315ec:/templates/webpages/menu/menunew.html
diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html
index 45b529b76..164533990 100644
--- a/templates/webpages/menu/menunew.html
+++ b/templates/webpages/menu/menunew.html
@@ -38,7 +38,7 @@ window.onload=clockon
[%- FOREACH mainitem = menu_items %]
[%- SET main_id = main_id + 1 %]
- -
+
-
[%- HTML.escape(mainitem.title) %]
@@ -47,7 +47,7 @@ window.onload=clockon
[%- SET sub1_id = main_id * 100 %]
[%- FOREACH sub1item = mainitem.subitems %]
[%- SET sub1_id = sub1_id + 1 %]
-
-
+
-
[%- HTML.escape(sub1item.title) %]
@@ -56,7 +56,7 @@ window.onload=clockon
[%- SET sub2_id = sub1_id * 100 %]
[%- FOREACH sub2item = sub1item.subitems %]
[%- SET sub2_id = sub2_id + 1 %]
-
-
+
-
[%- HTML.escape(sub2item.title) %]
@@ -72,6 +72,9 @@ window.onload=clockon
[%- END %]
+
-