summaryrefslogtreecommitdiff
path: root/swat/esptest/exception.esp
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-31 02:57:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:20 -0500
commitac978d4124f773d872dd15205d90a41dcec8a38f (patch)
tree295058ffe9baabce7b8f31cef382d69414c7a8fe /swat/esptest/exception.esp
parent134f42655ed2e5e13dee25921b8cd4e1ca9a1396 (diff)
downloadsamba-ac978d4124f773d872dd15205d90a41dcec8a38f.tar.gz
r7132: - start a convention of making object constructors end in Obj, so we
now have FormObj(). This follows the style in the ejs manual - make a new MenuObj object type, with a display_menu() to display it. This will make it easier to make different types of menus. Currently only veritical simple menus are supported.
Diffstat (limited to 'swat/esptest/exception.esp')
-rw-r--r--swat/esptest/exception.esp2
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/esptest/exception.esp b/swat/esptest/exception.esp
index 986b616dabc..df62e9a3263 100644
--- a/swat/esptest/exception.esp
+++ b/swat/esptest/exception.esp
@@ -4,7 +4,7 @@
<%
-var f = Form("ExceptionTest", 0, 2);
+var f = FormObj("ExceptionTest", 0, 2);
f.submit[0] = "Generate Exception";
f.submit[1] = "No Exception";