[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
bisitz
bisitz at source.lon-capa.org
Fri Dec 7 11:16:30 EST 2012
bisitz Fri Dec 7 16:16:30 2012 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
Show fullname, username, and domain in domain configuration to ensure correct user selection for notification.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.174 loncom/interface/domainprefs.pm:1.175
--- loncom/interface/domainprefs.pm:1.174 Tue Oct 30 10:39:02 2012
+++ loncom/interface/domainprefs.pm Fri Dec 7 16:16:30 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.174 2012/10/30 10:39:02 foxr Exp $
+# $Id: domainprefs.pm,v 1.175 2012/12/07 16:16:30 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1974,7 +1974,7 @@
$datatable .= '<span class="LC_nobreak"><label>'.
'<input type="checkbox" name="reqapprovalnotify" '.
'value="'.$domcoord[$i].'"'.$check.'/>'.
- $fullname.'</label></span></td>';
+ $fullname.' ('.$uname.':'.$udom.')</label></span></td>';
}
$datatable .= '</tr></table>';
} else {
More information about the LON-CAPA-cvs
mailing list