[LON-CAPA-cvs] cvs: loncom /interface loncreateuser.pm
raeburn
raeburn at source.lon-capa.org
Tue May 5 17:36:01 EDT 2026
raeburn Tue May 5 21:36:01 2026 EDT
Modified files:
/loncom/interface loncreateuser.pm
Log:
- WCAG 2 compliance: sequential headings.
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.495 loncom/interface/loncreateuser.pm:1.496
--- loncom/interface/loncreateuser.pm:1.495 Mon May 4 19:42:58 2026
+++ loncom/interface/loncreateuser.pm Tue May 5 21:36:01 2026
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Create a user
#
-# $Id: loncreateuser.pm,v 1.495 2026/05/04 19:42:58 raeburn Exp $
+# $Id: loncreateuser.pm,v 1.496 2026/05/05 21:36:01 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -6528,10 +6528,10 @@
$r->print(&header(undef,$args));
my $coursedesc = $env{'course.'.$cid.'.description'};
if (!exists($env{'form.state'})) {
- $r->print('<h3>'.&mt('Co-author Management').'</h3>'."\n".
+ $r->print('<h2 class="LC_heading_2">'.&mt('Co-author Management').'</h2>'."\n".
&display_coauthor_managers($permission));
} elsif ($env{'form.state'} eq 'process') {
- $r->print('<h3>'.&mt('Co-author Management Update Result').'</h3>'."\n".
+ $r->print('<h2 class="LC_heading_2">'.&mt('Co-author Management Update Result').'</h2>'."\n".
&update_coauthor_managers($permission));
}
}
More information about the LON-CAPA-cvs
mailing list