X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b61f5c3df68e3a3b4fb6a8a287172b0989215748..a5315ec:/templates/webpages/menu/menunew.html
diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html
index 89a897eee..164533990 100644
--- a/templates/webpages/menu/menunew.html
+++ b/templates/webpages/menu/menunew.html
@@ -20,7 +20,7 @@ window.onload=clockon
|
- [[% 'new Window' | $T8 %]]
+ [[% 'new Window' | $T8 %]]
[[% 'print' | $T8 %]]
|
@@ -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 %]
+
-