X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fmenu%2Fmenunew.html;h=b94024678c317134f49909e486f9c0132da87016;hb=ec27f67783272a5fec9ddc7d3e6ae00b6db7a0a3;hp=4c51b6637a0af3f9149218683095bf5e3aaac95f;hpb=a6174079e9a61a4a66c12d81cf1f20a855d2fd81;p=kivitendo-erp.git diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html index 4c51b6637..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,7 +35,7 @@ $(clockon); [%- FOREACH mainitem = menu_items %] [%- SET main_id = main_id + 1 %]
  • - + [%- HTML.escape(mainitem.title) %] [%- IF mainitem.subitems %] @@ -47,7 +44,7 @@ $(clockon); [%- FOREACH sub1item = mainitem.subitems %] [%- SET sub1_id = sub1_id + 1 %]
  • - + [%- HTML.escape(sub1item.title) %] [%- IF sub1item.subitems %] @@ -56,7 +53,7 @@ $(clockon); [%- FOREACH sub2item = sub1item.subitems %] [%- SET sub2_id = sub2_id + 1 %]
  • - + [%- HTML.escape(sub2item.title) %]