Index: openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl 6 Aug 2005 13:13:20 -0000 1.6 +++ openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl 14 Aug 2005 12:38:52 -0000 1.7 @@ -111,5 +111,14 @@ -pretty_plural "Amount in Fund" \ -column_spec "float" } + 0.5d 0.6d { + content::type::attribute::new \ + -content_type scholarship_fund \ + -attribute_name "export_p" \ + -datatype boolean \ + -pretty_name "Exported" \ + -pretty_plural "Exported" \ + -column_spec "boolean" + } } }