summaryrefslogtreecommitdiff
path: root/swat/esptest/session.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
commit580b5bb8ef24f950581545425b4fee23a6e1c6ab (patch)
tree27556d261de98263b6e585acd008e14662afa311 /swat/esptest/session.esp
parentb8b680f3aaa84d61d3ac008cf7a121c29f9edddb (diff)
downloadsamba-580b5bb8ef24f950581545425b4fee23a6e1c6ab.tar.gz
samba-580b5bb8ef24f950581545425b4fee23a6e1c6ab.tar.bz2
samba-580b5bb8ef24f950581545425b4fee23a6e1c6ab.zip
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. (This used to be commit ac978d4124f773d872dd15205d90a41dcec8a38f)
Diffstat (limited to 'swat/esptest/session.esp')
-rw-r--r--swat/esptest/session.esp2
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/esptest/session.esp b/swat/esptest/session.esp
index 6de7edab67..309505bae3 100644
--- a/swat/esptest/session.esp
+++ b/swat/esptest/session.esp
@@ -3,7 +3,7 @@
<h1>Samba4 session test</h1>
<%
-var f = Form("SessionTest", 3, 4);
+var f = FormObj("SessionTest", 3, 4);
f.element[0].label = "Name";
f.element[1].label = "Value";
f.element[2].label = "Timeout";