Index: openacs-4/contrib/packages/classified-ads/sql/postgresql/attributes-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/classified-ads/sql/postgresql/attributes-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/contrib/packages/classified-ads/sql/postgresql/attributes-create.sql 24 Jul 2003 00:11:03 -0000 1.2 +++ openacs-4/contrib/packages/classified-ads/sql/postgresql/attributes-create.sql 27 Jul 2003 00:46:16 -0000 1.3 @@ -75,9 +75,10 @@ not null, html_options varchar(400), -- - -- RBM: If this is not null, use the form builder's -help_text. + -- RBM: extra fomr builder options like help, help_text, etc. + -- We give the admin a nice UI to abstract this. -- - help_text text, + extra_options text, select_options text, validate text, optional_p char(1)