diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-10-14 21:02:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:21:02 -0500 |
commit | 223701c638def03541f456dc1fa2a2056e831408 (patch) | |
tree | b8d6de05e83e38a35625cfb82f4bb18e48e55435 | |
parent | b39540b504a1d6a89286477bd59dc83a1b1d9ed2 (diff) | |
download | samba-223701c638def03541f456dc1fa2a2056e831408.tar.gz samba-223701c638def03541f456dc1fa2a2056e831408.tar.bz2 samba-223701c638def03541f456dc1fa2a2056e831408.zip |
r19282: make the recent qooxdoo work that Derrell has done available via the
main menu
(This used to be commit b0fee976edd35c35b315637253297169afac35ab)
-rw-r--r-- | swat/menu.js | 8 |
1 files changed, 7 insertions, 1 deletions
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", |