X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fmenu%2Fmenunew.html;h=b54c9beb2942345a396c117397019cab2758f670;hb=8f7b37d901a4e1383eb4e0246a27258f9a961e0f;hp=f7460923ad6e6be7a155411940e3c040167e6a32;hpb=d6d92d88c7bbfd0de64eb650d6ed97c9daffe1d7;p=kivitendo-erp.git diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html index f7460923a..b54c9beb2 100644 --- a/templates/webpages/menu/menunew.html +++ b/templates/webpages/menu/menunew.html @@ -19,12 +19,12 @@ $(clockon);   - [[% 'new Window' | $T8 %]] + [[% 'new Window' | $T8 %]]   - [[% 'print' | $T8 %]] + [[% 'print' | $T8 %]] - [[% 'User' | $T8 %]: [% HTML.escape(login) %] - + [[% 'User' | $T8 %]: [% HTML.escape(MYCONFIG.login) %] - [% 'logout' | $T8 %]] [% date %]   @@ -38,25 +38,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) %]
  • @@ -77,7 +77,6 @@ $(clockon); $(function(){ DHTMLSuite.createStandardObjects(); - DHTMLSuite.configObj.setCssPath('[% myconfig.css_path %]/dhtmlsuite/'); DHTMLSuite.configObj.setImagePath('image/dhtmlsuite/'); var menu_model = new DHTMLSuite.menuModel();