--- loncom/interface/domainprefs.pm 2008/05/29 02:58:41 1.52 +++ loncom/interface/domainprefs.pm 2008/05/29 03:27:33 1.53 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.52 2008/05/29 02:58:41 raeburn Exp $ +# $Id: domainprefs.pm,v 1.53 2008/05/29 03:27:33 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2165,7 +2165,7 @@ sub initialize_categories { $css_class = $itemcount%2?' class="LC_odd_row"':''; $chgstr = ' onchange="javascript:reorderCats(this.form,'."'','addcategory_pos','0'".');"'; $datatable .= '' - .'' .' ' .&mt('Add category').''.&mt('Name:') .' ';