Index: openacs-4/packages/forums/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/form-procs.tcl,v diff -u -N -r1.13.2.1 -r1.13.2.2 --- openacs-4/packages/forums/tcl/form-procs.tcl 1 Mar 2019 10:13:19 -0000 1.13.2.1 +++ openacs-4/packages/forums/tcl/form-procs.tcl 19 Jun 2019 16:41:38 -0000 1.13.2.2 @@ -185,6 +185,12 @@ -widget radio \ -help_text [_ forums.help_new_threads] \ -options [list [list [_ forums.Yes] t] [list [_ forums.No] f] ] + + template::element create $form_name ${prefix}attachments_allowed_p \ + -label [_ forums.lt_Users_Can_Add_Attachments] \ + -datatype text \ + -widget radio \ + -options [list [list [_ forums.Yes] t] [list [_ forums.No] f] ] } # Local variables: