Index: openacs-4/packages/chat/www/room-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/www/room-edit.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/chat/www/room-edit.tcl 7 Jun 2007 09:14:25 -0000 1.7 +++ openacs-4/packages/chat/www/room-edit.tcl 6 Jul 2007 12:13:23 -0000 1.8 @@ -105,7 +105,7 @@ } {rss_service:boolean(radio) {label "#chat.rss_service#" } - {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_no#" f}}} + {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_No#" f}}} {help_text "[_ chat.rss_syndication]"} } {frequency1:text(select),optional @@ -115,7 +115,7 @@ } {mail_service:boolean(radio) {label "#chat.mail_service#" } - {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_no#" f}}} + {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_No#" f}}} {help_text "[_ chat.receive_mails]"} } {frequency2:text(select),optional @@ -125,24 +125,24 @@ } # {moderated:boolean(radio) # {label "#chat.Moderated#" } - # {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_no#" f}}} + # {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_No#" f}}} # } {active_p:boolean(radio) {label "#chat.Active#" } - {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_no#" f}}} + {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_No#" f}}} } {archive_p:boolean(radio) {label "#chat.Archive#" } - {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_no#" f}}} + {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_No#" f}}} } # {auto_flush_p:boolean(radio) # {label "#chat.AutoFlush#" } - # {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_no#" f}}} + # {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_No#" f}}} # {help_text "[_ chat.AutoFlushHelp]"} # } # {auto_transcript_p:boolean(radio) # {label "#chat.AutoTranscript#" } - # {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_no#" f}}} + # {options {{"#acs-kernel.common_Yes#" t} {"#acs-kernel.common_No#" f}}} # {help_text "[_ chat.AutoTranscriptHelp]"} # } } -edit_request {