[LON-CAPA-cvs] cvs: loncom /interface lonuserutils.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Wed, 26 Dec 2007 14:38:14 -0000
raeburn Wed Dec 26 09:38:14 2007 EDT
Modified files:
/loncom/interface lonuserutils.pm
Log:
- Remove surplus $checkval;
- xhtml
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.35 loncom/interface/lonuserutils.pm:1.36
--- loncom/interface/lonuserutils.pm:1.35 Wed Dec 26 08:55:32 2007
+++ loncom/interface/lonuserutils.pm Wed Dec 26 09:38:13 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Utility functions for managing LON-CAPA user accounts
#
-# $Id: lonuserutils.pm,v 1.35 2007/12/26 13:55:32 raeburn Exp $
+# $Id: lonuserutils.pm,v 1.36 2007/12/26 14:38:13 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -761,8 +761,7 @@
$permission,$context,'upload');
$Str .= $secbox."<h3>".&mt('Full Update')."</h3>\n".
'<p><label><input type="checkbox" name="fullup" value="yes">'.
- ' '.&mt('Display students with current/future access, who are not in the uploaded file.').'<br />'.&mt('Students selected from this list can be dropped.');
- "</label></p>\n";
+ ' '.&mt('Display students with current/future access who are not in the uploaded file.').'</label><br />'.&mt('Students selected from this list can be dropped.').'</p>'."\n";
}
if ($context eq 'course' || $context eq 'domain') {
$Str .= &forceid_change($context);
@@ -2377,7 +2376,6 @@
$r->print("<td>$cellentry</td>\n");
} else {
$r->print("<td>$rowcount</td>\n");
- $checkval;
if ($actionselect) {
my $showcheckbox;
if ($role =~ /^cr\//) {