--- loncom/interface/domainprefs.pm 2021/02/01 16:26:54 1.160.6.102.2.8
+++ loncom/interface/domainprefs.pm 2021/02/16 14:00:35 1.160.6.102.2.10
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.160.6.102.2.8 2021/02/01 16:26:54 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.102.2.10 2021/02/16 14:00:35 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3263,7 +3263,7 @@ sub print_contacts {
$titles->{$item}.
'
'.
' | ';
+ $current{$item}.'" size="5" />';
$rownum ++;
}
$css_class = $rownum%2?' class="LC_odd_row"':'';
@@ -12730,7 +12730,7 @@ sub modify_passwords {
$resulttext .= ''.&mt('E-mail address(es) in LON-CAPA used for verification will include: [_1]',join(', ',map { $titles{$_}; } @{$staticdefaults{'resetemail'}})).'';
}
} else {
- $resulttext .= ''.&mt('E-mail address(es) in LON-CAPA usedfor verification will include: [_1]',join(', ',map { $titles{$_}; } @{$staticdefaults{'resetemail'}})).'';
+ $resulttext .= ''.&mt('E-mail address(es) in LON-CAPA used for verification will include: [_1]',join(', ',map { $titles{$_}; } @{$staticdefaults{'resetemail'}})).'';
}
if ($confighash{'passwords'}{'resetremove'}) {
$resulttext .= ''.&mt('Preamble to "Forgot Password" web form not shown').'';