From 223701c638def03541f456dc1fa2a2056e831408 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 14 Oct 2006 21:02:38 +0000 Subject: r19282: make the recent qooxdoo work that Derrell has done available via the main menu (This used to be commit b0fee976edd35c35b315637253297169afac35ab) --- swat/menu.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/swat/menu.js b/swat/menu.js index dad11d7360..255723b95a 100644 --- a/swat/menu.js +++ b/swat/menu.js @@ -10,7 +10,8 @@ swat_menus.main = simple_menu( "Main Menu", "Servers", session_uri("/?menu=servers"), "Installation", session_uri("/install/"), - "ESP Tests", session_uri("/esptest/")); + "ESP Tests", session_uri("/esptest/"), + "JSON/qooxdoo", session_uri("/?menu=json")); swat_menus.servers = simple_menu( "Servers", @@ -34,6 +35,11 @@ swat_menus.esptest = simple_menu( "qooxdoo", session_uri("/esptest/qooxdoo.esp"), "registry", session_uri("/esptest/registry.esp")); +swat_menus.json = simple_menu( + "JSON Tests", + "ldb browser", session_uri("/apps/samba/utils/ldbbrowse.html"), + "qooxdoo examples", session_uri("/apps/qooxdoo-examples/index.html")); + swat_menus.install = simple_menu( "Installation", -- cgit