[LON-CAPA-cvs] cvs: loncom /interface lonuserutils.pm
raeburn
raeburn at source.lon-capa.org
Sat Apr 18 02:35:05 EDT 2026
raeburn Sat Apr 18 06:35:05 2026 EDT
Modified files:
/loncom/interface lonuserutils.pm
Log:
- Fix typos in rev. 1.228
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.229 loncom/interface/lonuserutils.pm:1.230
--- loncom/interface/lonuserutils.pm:1.229 Sat Jan 24 02:20:56 2026
+++ loncom/interface/lonuserutils.pm Sat Apr 18 06:35:05 2026
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Utility functions for managing LON-CAPA user accounts
#
-# $Id: lonuserutils.pm,v 1.229 2026/01/24 02:20:56 raeburn Exp $
+# $Id: lonuserutils.pm,v 1.230 2026/04/18 06:35:05 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3813,7 +3813,7 @@
my $cellentry;
if ($in{'type'} eq 'auto') {
$cellentry = '<fieldset class="LC_borderless">'.
- '<legend class="LC_borderless">'.&mt('').'</legend>'.
+ '<legend class="LC_visually_hidden">'.&mt('Enrollment type action').'</legend>'.
'<span class="LC_nobreak"><b>'.&mt('auto').'</b> '.
'<label><input type="checkbox" name="chgauto" value="'.
$in{'username'}.':'.$in{'domain'}.'"'.$disabled.' /> '.&mt('Change').
@@ -3822,7 +3822,7 @@
} else {
$cellentry =
'<fieldset class="LC_borderless">'."\n".
- '<legend class="LC_visually_hidden">'.&mt('Enrollment eype action').'</legend>'."\n".
+ '<legend class="LC_visually_hidden">'.&mt('Enrollment type action').'</legend>'."\n".
'<table border="0" cellspacing="0">'."\n".
'<tr><th class="LC_enrolltype" rowspan="2">'.&mt('manual').'</th>'.
'<td><span class="LC_nobreak">'.
More information about the LON-CAPA-cvs
mailing list