X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fmenu%2Fmenunew.html;h=55fcab82b23a987b24fbb7d7d2816d2999ca8323;hb=fba80f760f04b951eb7bf903a9ad6a1f2bc733de;hp=539bf4e55d6827acc8e934d096041f9ebd260453;hpb=171a38d37e97d7c21f6e78fdc344fc1bd12b9ab6;p=kivitendo-erp.git diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html index 539bf4e55..55fcab82b 100644 --- a/templates/webpages/menu/menunew.html +++ b/templates/webpages/menu/menunew.html @@ -1,34 +1,36 @@ [%- USE T8 %] -[% USE HTML %] +[% USE HTML %][%- USE LxERP -%] - - - - - - +
+ + [[% 'new Window' | $T8 %]] + [[% 'print' | $T8 %]] + [[% 'Search contacts' | $T8 %] ] + + + [[% 'User' | $T8 %]: [% MYCONFIG.login | html %] - + [% 'Client' | $T8 %]: [% AUTH.client.name | html %] - + [% 'logout' | $T8 %]] + [% date %]   + + + [% LxERP.t8('Loading...') %] + +
@@ -37,25 +39,25 @@ $(function() { [%- 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) %]
  • @@ -76,7 +78,6 @@ $(function() { $(function(){ DHTMLSuite.createStandardObjects(); - DHTMLSuite.configObj.setCssPath('[% myconfig.css_path %]/dhtmlsuite/'); DHTMLSuite.configObj.setImagePath('image/dhtmlsuite/'); var menu_model = new DHTMLSuite.menuModel();