From: Andrew Tridgell Date: Sat, 14 Oct 2006 21:02:38 +0000 (+0000) Subject: r19282: make the recent qooxdoo work that Derrell has done available via the X-Git-Tag: samba-4.0.0alpha6~801^3~4502 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=223701c638def03541f456dc1fa2a2056e831408;p=thirdparty%2Fsamba.git r19282: make the recent qooxdoo work that Derrell has done available via the main menu (This used to be commit b0fee976edd35c35b315637253297169afac35ab) --- diff --git a/swat/menu.js b/swat/menu.js index dad11d73600..255723b95a8 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",