Index: openacs-4/packages/dotlrn/www/spam-recipients.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/spam-recipients.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn/www/spam-recipients.tcl 15 May 2007 20:14:25 -0000 1.5 +++ openacs-4/packages/dotlrn/www/spam-recipients.tcl 11 Mar 2008 14:49:00 -0000 1.6 @@ -46,7 +46,7 @@ set rel_types_html "" foreach {rel_type role pretty_name pretty_plural} [eval concat $roles] { - append rel_types_html " [lang::util::localize $pretty_plural]
" + append rel_types_html "
" } @@ -65,17 +65,17 @@ -elements { first_names { label "\\#dotlrn.First_Name\\#" - html { width 200 } + html { style "width:200" } link_url_eval {$url} } last_name { label "\\#dotlrn.Last_Name\\#" - html { width 200 } + html { style "width:200" } link_url_eval {$url} } email { label "\\#dotlrn.Email_1\\#" - html { width 200 } + html { style "width:200" } display_template { @current_members.email@ }