Index: openacs-4/packages/lorsm/www/enabler.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/enabler.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/enabler.tcl 27 Oct 2004 07:46:52 -0000 1.2 +++ openacs-4/packages/lorsm/www/enabler.tcl 3 Dec 2004 17:52:49 -0000 1.3 @@ -26,23 +26,23 @@ # Permissions dotlrn::require_user_admin_community -user_id $user_id -community_id $community_id -set title "Set Course Trackable" -set context [list "Set Course Status"] +set title "[_ lorsm.Set_Course_Trackable]" +set context [list "[_ lorsm.Set_Course_Status]"] ad_form -name enabler \ -export {package_id} \ -form { {man_id:key} {project:text(inform) - {label "Course Name:"} + {label "[_ lorsm.Course_Name]"} {value {[lorsm::get_course_name -manifest_id $man_id]}} } {isenabled:text(inform) - {label "Current Status:"} + {label "[_ lorsm.Current_Status]"} } {enable:text(radio) - {label Status?} - {options {{"Enable" t} {"Disable" f}}} + {label [_ lorsm.Status_3]} + {options {{"[_ lorsm.Enable]" t} {"[_ lorsm.Disable]" f}}} } } -select_query { select