Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -N -r1.229 -r1.230 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 21 Mar 2013 17:59:28 -0000 1.229 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 25 Mar 2013 11:11:16 -0000 1.230 @@ -44,6 +44,7 @@ {label} {name} {id} + {title} {value ""} {spec ""} {help_text ""} @@ -751,7 +752,7 @@ submit_button instproc render_input {} { # don't disable submit buttons if {[my type] eq "submit"} {my unset -nocomplain disabled} - ::html::input [my get_attributes name type {CSSclass class} value disabled] {} + ::html::input [my get_attributes name type {CSSclass class} value title disabled] {} my render_localizer }