Index: openacs-4/packages/lorsm/lib/user-lorsm.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/lib/user-lorsm.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/lorsm/lib/user-lorsm.tcl 13 Aug 2007 09:20:14 -0000 1.19 +++ openacs-4/packages/lorsm/lib/user-lorsm.tcl 6 Mar 2008 11:50:43 -0000 1.20 @@ -35,7 +35,7 @@ } - html { width 70% } + html { style "width:70%" } } } @@ -44,7 +44,7 @@ subject { label "[_ lorsm.Subject]" display_eval {[dotlrn_community::get_community_name $community_id]} - html { align center width 20% } + html { align center style "width:20%" } link_url_eval {[dotlrn_community::get_community_url $community_id]} link_html {title "[_ lorsm.Access_Course]"} } @@ -54,7 +54,7 @@ append elements_list { last_viewed { label "[_ lorsm.Last_Viewed_On]" - html { align center width 10% } + html { align center style "width:10%" } display_eval {[lc_time_fmt $last_viewed "%x"]} }