X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e4c9cfb77f9588b69131f03d679d68910497afdf..b8fee3fc:/templates/webpages/menu/menunew.html diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html index 7285d867f..b94024678 100644 --- a/templates/webpages/menu/menunew.html +++ b/templates/webpages/menu/menunew.html @@ -15,21 +15,18 @@ $(clockon); - - - - - - +
+ + [[% 'new Window' | $T8 %]] + [[% 'print' | $T8 %]] + [[% 'Search contacts' | $T8 %] ] + + + [[% 'User' | $T8 %]: [% MYCONFIG.login | html %] - + [% 'logout' | $T8 %]] + [% date %]   + +
@@ -38,25 +35,25 @@ $(clockon); [%- FOREACH mainitem = menu_items %] [%- SET main_id = main_id + 1 %]
  • - + [%- HTML.escape(mainitem.title) %] [%- IF mainitem.subitems %] - + [%- SET sub1_id = main_id * 100 %] [%- FOREACH sub1item = mainitem.subitems %] [%- SET sub1_id = sub1_id + 1 %]
  • - + [%- HTML.escape(sub1item.title) %] [%- IF sub1item.subitems %] - + [%- SET sub2_id = sub1_id * 100 %] [%- FOREACH sub2item = sub1item.subitems %] [%- SET sub2_id = sub2_id + 1 %]
  • - + [%- HTML.escape(sub2item.title) %]