X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a6174079e9a61a4a66c12d81cf1f20a855d2fd81..4ec753d:/templates/webpages/menu/menunew.html diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html index 4c51b6637..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,7 +7,7 @@ $(clockon); [%- FOREACH mainitem = menu_items %] [%- SET main_id = main_id + 1 %]
  • - + [%- HTML.escape(mainitem.title) %] [%- IF mainitem.subitems %] @@ -47,7 +16,7 @@ $(clockon); [%- FOREACH sub1item = mainitem.subitems %] [%- SET sub1_id = sub1_id + 1 %]
  • - + [%- HTML.escape(sub1item.title) %] [%- IF sub1item.subitems %] @@ -56,7 +25,7 @@ $(clockon); [%- FOREACH sub2item = sub1item.subitems %] [%- SET sub2_id = sub2_id + 1 %]
  • - + [%- HTML.escape(sub2item.title) %]