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

raeburn raeburn at source.lon-capa.org
Mon Dec 15 00:32:44 EST 2025


raeburn		Mon Dec 15 05:32:44 2025 EDT

  Modified files:              
    /loncom/interface	lonmodifycourse.pm 
  Log:
  - WCAG 2 compliance.
  
  
Index: loncom/interface/lonmodifycourse.pm
diff -u loncom/interface/lonmodifycourse.pm:1.109 loncom/interface/lonmodifycourse.pm:1.110
--- loncom/interface/lonmodifycourse.pm:1.109	Sat Dec 13 13:33:33 2025
+++ loncom/interface/lonmodifycourse.pm	Mon Dec 15 05:32:44 2025
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # handler for DC-only modifiable course settings
 #
-# $Id: lonmodifycourse.pm,v 1.109 2025/12/13 13:33:33 raeburn Exp $
+# $Id: lonmodifycourse.pm,v 1.110 2025/12/15 05:32:44 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -181,11 +181,11 @@
     $dctitle = &Apache::lonnet::plaintext('dc');
     $r->print(&Apache::loncommon::js_changer());
     if ($type eq 'Community') {
-        $r->print('<h3>'.&mt('Search for a community in the [_1] domain',$domdesc).'</h3>');
+        $r->print('<h2 class="LC_heading_2">'.&mt('Search for a community in the [_1] domain',$domdesc).'</h2>');
     } elsif ($type eq 'Placement') {
-        $r->print('<h3>'.&mt('Search for a placement test in the [_1] domain',$domdesc).'</h3>');
+        $r->print('<h2 class="LC_heading_2">'.&mt('Search for a placement test in the [_1] domain',$domdesc).'</h2>');
     } else {
-        $r->print('<h3>'.&mt('Search for a course in the [_1] domain',$domdesc).'</h3>');
+        $r->print('<h2 class="LC_heading_2">'.&mt('Search for a course in the [_1] domain',$domdesc).'</h2>');
     }
     $r->print(&Apache::loncommon::build_filters($filterlist,$type,undef,undef,$filter,$action,
                                                 \$numtitles,'modifycourse',undef,undef,undef,




More information about the LON-CAPA-cvs mailing list