Index: openacs-4/packages/lars-blogger/www/admin/entry-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/admin/Attic/entry-edit.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/lars-blogger/www/admin/entry-edit.tcl 14 Sep 2002 18:37:59 -0000 1.5 +++ openacs-4/packages/lars-blogger/www/admin/entry-edit.tcl 14 Sep 2002 21:43:37 -0000 1.6 @@ -27,7 +27,7 @@ -help_text "If you set this to something other than today's date, you must use this form to publish your entry, otherwise the entry date will be set to the date you publish the item." \ -after_html {(Set to today)} -element create entry draft_p -label "Draft" -datatype text -widget checkbox -options { { "This is a draft, don't publish it" "t" } } -optional +element create entry draft_p -label "Post Status" -datatype text -widget select -options { { "Draft" "t" } { "Publish" "f" } } element create entry entry_id -widget hidden -datatype text element create entry insert_or_update -widget hidden -datatype text