From cf71a4677eff547c9cedeb1871fc109ae181b0c2 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sat, 17 Mar 2007 16:30:41 -0400
Subject: [PATCH] Rebuild the complete interface to use ajax.
---
interface/web/test/lib/module.conf.php | 42 +++++++++++++++++++++---------------------
1 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/interface/web/test/lib/module.conf.php b/interface/web/test/lib/module.conf.php
index 736ef5c..293a271 100644
--- a/interface/web/test/lib/module.conf.php
+++ b/interface/web/test/lib/module.conf.php
@@ -10,21 +10,35 @@
array (
0 =>
array (
+ 'title' => 'tespanel',
+ 'open' => 1,
+ 'items' =>
+ array (
+ 0 =>
+ array (
+ 'title' => 'Halloooo',
+ 'target' => 'content',
+ 'link' => 'test/hallo.php',
+ ),
+ ),
+ ),
+ 1 =>
+ array (
'title' => 'm333',
'open' => 1,
'items' =>
array (
0 =>
array (
- 'title' => 'add',
- 'target' => '_top',
- 'link' => 'http://webmail.ensign.de',
- ),
- 1 =>
- array (
'title' => 'edit',
'target' => 'content',
'link' => 'resellers/reseller_list.php',
+ ),
+ 1 =>
+ array (
+ 'title' => 'add',
+ 'target' => '_top',
+ 'link' => 'http://webmail.ensign.de',
),
2 =>
array (
@@ -32,14 +46,6 @@
'target' => 'content',
'link' => 'test/link.php',
),
- ),
- ),
- 1 =>
- array (
- 'title' => 't3',
- 'open' => 1,
- 'items' =>
- array (
),
),
2 =>
@@ -52,16 +58,10 @@
),
3 =>
array (
- 'title' => 'tespanel',
+ 'title' => 't3',
'open' => 1,
'items' =>
array (
- 0 =>
- array (
- 'title' => 'Halloooo',
- 'target' => 'content',
- 'link' => 'test/hallo.php',
- ),
),
),
),
--
Gitblit v1.9.1