X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d6d92d88c7bbfd0de64eb650d6ed97c9daffe1d7..d40a8e2:/templates/webpages/menu/menunew.html
diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html
index f7460923a..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) %]
@@ -77,7 +46,6 @@ $(clockon);
$(function(){
DHTMLSuite.createStandardObjects();
- DHTMLSuite.configObj.setCssPath('[% myconfig.css_path %]/dhtmlsuite/');
DHTMLSuite.configObj.setImagePath('image/dhtmlsuite/');
var menu_model = new DHTMLSuite.menuModel();