X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/171a38d37e97d7c21f6e78fdc344fc1bd12b9ab6..b8fee3fc:/templates/webpages/menu/menunew.html
diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html
index 539bf4e55..b94024678 100644
--- a/templates/webpages/menu/menunew.html
+++ b/templates/webpages/menu/menunew.html
@@ -2,33 +2,31 @@
[% USE HTML %]
-
+
@@ -37,25 +35,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 +74,6 @@ $(function() {
$(function(){
DHTMLSuite.createStandardObjects();
- DHTMLSuite.configObj.setCssPath('[% myconfig.css_path %]/dhtmlsuite/');
DHTMLSuite.configObj.setImagePath('image/dhtmlsuite/');
var menu_model = new DHTMLSuite.menuModel();