[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm

raeburn raeburn at source.lon-capa.org
Tue Oct 2 15:21:21 EDT 2012


raeburn		Tue Oct  2 19:21:21 2012 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Correct element name for domain config for authoring requests for "Advanced Users".
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.172 loncom/interface/domainprefs.pm:1.173
--- loncom/interface/domainprefs.pm:1.172	Tue Oct  2 18:35:19 2012
+++ loncom/interface/domainprefs.pm	Tue Oct  2 19:21:20 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.172 2012/10/02 18:35:19 raeburn Exp $
+# $Id: domainprefs.pm,v 1.173 2012/10/02 19:21:20 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1859,8 +1859,8 @@
                     $checked = ' checked="checked"';
                 }
                 $datatable .= '<span class="LC_nobreak"><label>'.
-                              '<input type="radio" name="crsreq_'.$item.
-                              '__LC_adv" value="'.$val.'"'.$checked.' />'.
+                              '<input type="radio" name="authorreq__LC_adv"'.
+                              ' value="'.$val.'"'.$checked.' />'.
                               $titles{$option}.'</label></span>  ';
             }
         } else {




More information about the LON-CAPA-cvs mailing list