[LON-CAPA-cvs] cvs: loncom /publisher loncfile.pm londiff.pm lonretrieve.pm lonupload.pm testbankimport.pm
www
www@source.lon-capa.org
Tue, 14 Dec 2010 16:26:05 -0000
www Tue Dec 14 16:26:05 2010 EDT
Modified files:
/loncom/publisher loncfile.pm londiff.pm lonretrieve.pm
lonupload.pm testbankimport.pm
Log:
That we are a co-author is additional information, not a warning
Index: loncom/publisher/loncfile.pm
diff -u loncom/publisher/loncfile.pm:1.104 loncom/publisher/loncfile.pm:1.105
--- loncom/publisher/loncfile.pm:1.104 Sat Nov 27 23:20:46 2010
+++ loncom/publisher/loncfile.pm Tue Dec 14 16:26:04 2010
@@ -9,7 +9,7 @@
# and displays a page showing the results of the action.
#
#
-# $Id: loncfile.pm,v 1.104 2010/11/27 23:20:46 raeburn Exp $
+# $Id: loncfile.pm,v 1.105 2010/12/14 16:26:04 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1471,7 +1471,7 @@
$r->print('<h3>'.&mt('Location').': '.&display($fn).'</h3>');
if (($uname ne $env{'user.name'}) || ($udom ne $env{'user.domain'})) {
- $r->print('<p class="LC_warning">'
+ $r->print('<p class="LC_info">'
.&mt('Co-Author [_1]',$uname.':'.$udom)
.'</p>'
);
Index: loncom/publisher/londiff.pm
diff -u loncom/publisher/londiff.pm:1.27 loncom/publisher/londiff.pm:1.28
--- loncom/publisher/londiff.pm:1.27 Thu May 14 14:24:18 2009
+++ loncom/publisher/londiff.pm Tue Dec 14 16:26:04 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to show differences between file versions
#
-# $Id: londiff.pm,v 1.27 2009/05/14 14:24:18 bisitz Exp $
+# $Id: londiff.pm,v 1.28 2010/12/14 16:26:04 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -114,7 +114,7 @@
' <span class="LC_filename">'.$efn.'</span>');
if (($cuname ne $env{'user.name'}) || ($cudom ne $env{'user.domain'})) {
- $r->print('<p><span class="LC_warning">'
+ $r->print('<p><span class="LC_info">'
.&mt('Co-Author [_1]'
,&Apache::loncommon::plainname($cuname,$cudom)
.' ('.$cuname.':'.$cudom.')')
Index: loncom/publisher/lonretrieve.pm
diff -u loncom/publisher/lonretrieve.pm:1.41 loncom/publisher/lonretrieve.pm:1.42
--- loncom/publisher/lonretrieve.pm:1.41 Tue Aug 11 15:15:01 2009
+++ loncom/publisher/lonretrieve.pm Tue Dec 14 16:26:04 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to retrieve an old version of a file
#
-# $Id: lonretrieve.pm,v 1.41 2009/08/11 15:15:01 bisitz Exp $
+# $Id: lonretrieve.pm,v 1.42 2010/12/14 16:26:04 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -357,7 +357,7 @@
.'</p>');
if (($uname ne $env{'user.name'}) || ($udom ne $env{'user.domain'})) {
- $r->print('<p><span class="LC_warning">'
+ $r->print('<p><span class="LC_info">'
.&mt('Co-Author [_1]'
,&Apache::loncommon::plainname($uname,$udom)
.' ('.$uname.':'.$udom.')')
Index: loncom/publisher/lonupload.pm
diff -u loncom/publisher/lonupload.pm:1.51 loncom/publisher/lonupload.pm:1.52
--- loncom/publisher/lonupload.pm:1.51 Sun Nov 28 00:04:10 2010
+++ loncom/publisher/lonupload.pm Tue Dec 14 16:26:04 2010
@@ -2,7 +2,7 @@
# The LearningOnline Network with CAPA
# Handler to upload files into construction space
#
-# $Id: lonupload.pm,v 1.51 2010/11/28 00:04:10 raeburn Exp $
+# $Id: lonupload.pm,v 1.52 2010/12/14 16:26:04 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -538,7 +538,7 @@
);
if (($uname ne $env{'user.name'}) || ($udom ne $env{'user.domain'})) {
- $r->print('<p class="LC_warning">'
+ $r->print('<p class="LC_info">'
.&mt('Co-Author [_1]',$uname.':'.$udom)
.'</p>'
);
Index: loncom/publisher/testbankimport.pm
diff -u loncom/publisher/testbankimport.pm:1.27 loncom/publisher/testbankimport.pm:1.28
--- loncom/publisher/testbankimport.pm:1.27 Sun Nov 28 00:04:10 2010
+++ loncom/publisher/testbankimport.pm Tue Dec 14 16:26:04 2010
@@ -1,5 +1,5 @@
# Handler for parsing text upload problem descriptions into .problems
-# $Id: testbankimport.pm,v 1.27 2010/11/28 00:04:10 raeburn Exp $
+# $Id: testbankimport.pm,v 1.28 2010/12/14 16:26:04 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1800,7 +1800,7 @@
{'bread_crumbs' => $brcrum,
'add_entries' => $loadentries});
if (($uname ne $env{'user.name'}) || ($udom ne $env{'user.domain'})) {
- $output .= '<p class="LC_warning">'
+ $output .= '<p class="LC_info">'
.&mt('Co-Author [_1]',$uname.':'.$udom)
.'</p>';
}