Index: openacs-4/packages/acs-templating/acs-templating.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/acs-templating.info,v
diff -u -r1.33 -r1.34
--- openacs-4/packages/acs-templating/acs-templating.info 13 Jan 2005 13:55:56 -0000 1.33
+++ openacs-4/packages/acs-templating/acs-templating.info 28 Feb 2005 01:28:25 -0000 1.34
@@ -7,7 +7,7 @@
t
t
-
+
OpenACS
Templating library.
2005-01-09
@@ -27,7 +27,7 @@
layout of a site can be more easily administered.
-
+
Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v
diff -u -r1.31 -r1.32
--- openacs-4/packages/acs-templating/tcl/form-procs.tcl 17 May 2004 15:14:57 -0000 1.31
+++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 28 Feb 2005 01:28:25 -0000 1.32
@@ -120,6 +120,12 @@
} {
set level [template::adp_level]
+ # bump the form_count for widgets that use javascript to navigate through
+ # the form (liberated from my Greenpeace work ages ago)
+
+ global ad_conn
+ incr ad_conn(form_count)
+
# keep form properties and a list of the element items
upvar #$level $id:elements elements $id:properties opts