svn commit: samba r19282 - in branches/SAMBA_4_0/swat: .

tridge at samba.org tridge at samba.org
Sat Oct 14 21:02:38 GMT 2006


Author: tridge
Date: 2006-10-14 21:02:38 +0000 (Sat, 14 Oct 2006)
New Revision: 19282

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19282

Log:

make the recent qooxdoo work that Derrell has done available via the
main menu

Modified:
   branches/SAMBA_4_0/swat/menu.js


Changeset:
Modified: branches/SAMBA_4_0/swat/menu.js
===================================================================
--- branches/SAMBA_4_0/swat/menu.js	2006-10-14 20:27:33 UTC (rev 19281)
+++ branches/SAMBA_4_0/swat/menu.js	2006-10-14 21:02:38 UTC (rev 19282)
@@ -10,7 +10,8 @@
 	"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,7 +35,12 @@
 	"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",
 	"Provisioning",       session_uri("/install/provision.esp"),



More information about the samba-cvs mailing list