Index: openacs-4/packages/lorsm/www/course-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/course-add-2.tcl,v diff -u -r1.8 -r1.8.4.1 --- openacs-4/packages/lorsm/www/course-add-2.tcl 17 May 2005 17:03:40 -0000 1.8 +++ openacs-4/packages/lorsm/www/course-add-2.tcl 20 Dec 2006 12:31:12 -0000 1.8.4.1 @@ -343,9 +343,9 @@ template::element create course_upload format_id \ -label "[_ lorsm.lt_Course_Presentation_S]" -datatype text -widget select -options [db_list_of_lists select_formats_for_select_widget {select format_pretty_name, format_id - from lorsm_course_presentation_formats + from lorsm_course_presentation_fmts order by format_pretty_name}] \ - -help_text "[_ lorsm.lt_Use_the_Classic_Style]" -value [db_string default_format {select format_id from lorsm_course_presentation_formats where format_name = 'default'}] + -help_text "[_ lorsm.lt_Use_the_Classic_Style]" -value [db_string default_format {select format_id from lorsm_course_presentation_fmts where format_name = 'default'}] template::element create course_upload course_id \ -label "[_ lorsm.course_id]" -datatype integer -widget hidden