[LON-CAPA-cvs] cvs: loncom /interface londocs.pm
www
lon-capa-cvs@mail.lon-capa.org
Mon, 20 Jan 2003 17:30:31 -0000
www Mon Jan 20 12:30:31 2003 EDT
Modified files:
/loncom/interface londocs.pm
Log:
Re-initialize had missing </form> tag and thus "leaked" into the upload area.
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.44 loncom/interface/londocs.pm:1.45
--- loncom/interface/londocs.pm:1.44 Sun Jan 19 06:57:24 2003
+++ loncom/interface/londocs.pm Mon Jan 20 12:30:31 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.44 2003/01/19 11:57:24 www Exp $
+# $Id: londocs.pm,v 1.45 2003/01/20 17:30:31 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -594,8 +594,8 @@
&editor($r,$coursenum,$coursedom,$folder,$allowed);
if ($hadchanges) {
$r->print('<form method="post" action="/adm/roles">'.
-'<input type=hidden name=orgurl value="/adm/coursedocs" /><input type=hidden name=selectrole value=1 /><h3><font color="red">Changes will become active after <input type="submit" name="'.
-$ENV{'request.role'}.'" value="re-initializing course" /> or at next login.</font></h3></font>');
+'<input type=hidden name=orgurl value="/adm/coursedocs" /><input type=hidden name=selectrole value=1 /><h3><font color="red">Changes will become active for your current session after <input type="submit" name="'.
+$ENV{'request.role'}.'" value="re-initializing course" />, or the next time you log in.</font></h3></form>');
}
my $folderseq='/uploaded/'.$coursedom.'/'.$coursenum.'/default_'.time.
'.sequence';