[LON-CAPA-cvs] cvs: rat / lonambiguous.pm
raeburn
raeburn at source.lon-capa.org
Mon Nov 11 23:47:38 EST 2013
raeburn Tue Nov 12 04:47:38 2013 EDT
Modified files:
/rat lonambiguous.pm
Log:
- Display warning message inside a <div> to separate from inline menu.
Index: rat/lonambiguous.pm
diff -u rat/lonambiguous.pm:1.24 rat/lonambiguous.pm:1.25
--- rat/lonambiguous.pm:1.24 Thu Oct 4 12:40:29 2012
+++ rat/lonambiguous.pm Tue Nov 12 04:47:38 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to resolve ambiguous file locations
#
-# $Id: lonambiguous.pm,v 1.24 2012/10/04 12:40:29 bisitz Exp $
+# $Id: lonambiguous.pm,v 1.25 2013/11/12 04:47:38 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -57,7 +57,7 @@
&Apache::loncommon::content_type($r,'text/html');
$r->send_http_header;
$r->print(&Apache::loncommon::start_page('Could not handle ambiguous resource reference').
- $errmsg.
+ '<div class="LC_warning">'.$errmsg.'</div>'.
&Apache::loncommon::end_page());
}
More information about the LON-CAPA-cvs
mailing list