Index: openacs-4/packages/notes/www/add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notes/www/add-edit.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/notes/www/add-edit.tcl 4 Mar 2002 13:53:56 -0000 1.3 +++ openacs-4/packages/notes/www/add-edit.tcl 4 Mar 2002 13:57:57 -0000 1.4 @@ -6,11 +6,11 @@ @creation-date 2000-10-23 @cvs-id $Id$ } { - note_id:integer,notnull,optional - title:html,notnull,optional - {body ""} + note_id:integer,notnull,optional + {title:html,notnull,optional ""} + {body ""} } -properties { - context_bar:onevalue + context_bar:onevalue } set package_id [ad_conn package_id] @@ -23,8 +23,6 @@ ad_require_permission $package_id create set context_bar [ad_context_bar "New Note"] - - set title "" } template::form create new_note