X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fmenu%2Fmenunew.html;h=fe5eb21357e839b1e6a0310932f2f8de08808943;hb=0e4da157188830a45e606285bca5d0ea668bbcf5;hp=630667f0c209d2af4a9bc99a4f7247c72ae2bf40;hpb=f2d37e5aace3662d45b8f66401713d637a125254;p=kivitendo-erp.git diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html index 630667f0c..fe5eb2135 100644 --- a/templates/webpages/menu/menunew.html +++ b/templates/webpages/menu/menunew.html @@ -1,36 +1,5 @@ [%- USE T8 %] -[% USE HTML %] - - - - - - - - - - - +[% USE HTML %][%- USE LxERP -%] [%- SET main_id = '100' %] @@ -38,25 +7,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) %]