Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.141 -r1.142 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 3 Jun 2002 20:59:48 -0000 1.141 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 3 Jun 2002 21:16:28 -0000 1.142 @@ -1977,7 +1977,6 @@ ad_proc -public unset_attributes { {-community_id ""} - {-attribute_name:required} } { ussets all the attributes of this community } { Index: openacs-4/packages/dotlrn/tcl/community-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.xql,v diff -u -r1.68 -r1.69 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 3 Jun 2002 20:59:48 -0000 1.68 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 3 Jun 2002 21:16:28 -0000 1.69 @@ -553,15 +553,15 @@ - + delete from acs_attribute_values where attribute_id = :attribute_id and object_id = :community_id - + delete from acs_attribute_values where object_id = :community_id Index: openacs-4/packages/dotlrn/www/community-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit-2.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/community-edit-2.tcl 3 Jun 2002 07:39:00 -0000 1.1 +++ openacs-4/packages/dotlrn/www/community-edit-2.tcl 3 Jun 2002 21:16:28 -0000 1.2 @@ -102,6 +102,8 @@ set header_font_text "sans-serif (None chosen)" } else { set header_font_text $header_font + # CSS requies quoting of font names with spaces + set header_font "'$header_font'" set header_font_fragment "$header_font, " } set style_fragment "font-family: $header_font_fragment Verdana, Arial, Helvetica, sans-serif;" Index: openacs-4/packages/dotlrn/www/community-edit-revert.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit-revert.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/community-edit-revert.tcl 3 Jun 2002 21:00:19 -0000 1.1 +++ openacs-4/packages/dotlrn/www/community-edit-revert.tcl 3 Jun 2002 21:16:28 -0000 1.2 @@ -32,3 +32,5 @@ # blow way all the attributes dotlrn_community::unset_attributes \ -community_id $community_id + +ad_returnredirect $referer Index: openacs-4/packages/dotlrn/www/community-edit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/community-edit.adp 3 Jun 2002 20:59:48 -0000 1.3 +++ openacs-4/packages/dotlrn/www/community-edit.adp 3 Jun 2002 21:16:28 -0000 1.4 @@ -73,4 +73,4 @@

-[Revert all properties to defaults +[Revert all properties to defaults] Index: openacs-4/packages/dotlrn/www/dotlrn-default-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/dotlrn-default-master.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/dotlrn/www/dotlrn-default-master.tcl 3 Jun 2002 20:59:48 -0000 1.11 +++ openacs-4/packages/dotlrn/www/dotlrn-default-master.tcl 3 Jun 2002 21:16:28 -0000 1.12 @@ -288,7 +288,7 @@ } .header-text { - font-family: $header_font; + font-family: $header_font Verdana, Arial, Helvetica, sans-serif;; font-size: $header_font_size; color: $header_font_color; background: white;