Index: openacs-4/packages/theme-zen/www/doc/forms/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/www/doc/forms/index.tcl,v
diff -u -r1.1.2.2 -r1.1.2.3
--- openacs-4/packages/theme-zen/www/doc/forms/index.tcl	3 Mar 2007 01:49:48 -0000	1.1.2.2
+++ openacs-4/packages/theme-zen/www/doc/forms/index.tcl	3 Mar 2007 21:07:55 -0000	1.1.2.3
@@ -9,7 +9,9 @@
     {zen_id:naturalnum,optional 42}
 }
 
-ad_form -name "your_zen_level" -method post -html {enctype multipart/form-data class margin-form} -fieldset {{title "T1" class "C1"} "This really works!!"} -form {
+ad_form -name "your_zen_level" -method post -html {enctype multipart/form-data class margin-form} -fieldset {{title "T1" class "C1"} \
+														 "<b>Form using margin-form class</b>"} \
+    -form {
     {zen_id:key}
     {zen_attachment:text(file),optional\
 	 {label "template::widget::attachment"}}