[LON-CAPA-cvs] cvs: loncom /homework functionplotresponse.pm
raeburn
raeburn at source.lon-capa.org
Fri Jul 12 17:19:17 EDT 2013
raeburn Fri Jul 12 21:19:17 2013 EDT
Modified files:
/loncom/homework functionplotresponse.pm
Log:
- Improve readability of rules log in modal window.
Index: loncom/homework/functionplotresponse.pm
diff -u loncom/homework/functionplotresponse.pm:1.101 loncom/homework/functionplotresponse.pm:1.102
--- loncom/homework/functionplotresponse.pm:1.101 Mon Oct 8 11:04:46 2012
+++ loncom/homework/functionplotresponse.pm Fri Jul 12 21:19:17 2013
@@ -1,7 +1,7 @@
# LearningOnline Network with CAPA
# Functionplot responses
#
-# $Id: functionplotresponse.pm,v 1.101 2012/10/08 11:04:46 foxr Exp $
+# $Id: functionplotresponse.pm,v 1.102 2013/07/12 21:19:17 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1485,7 +1485,7 @@
$env{'form.counter'},$Apache::lonxml::curdepth);
&Apache::lonxml::add_script_result(
&Apache::loncommon::modal_adhoc_window($function_name,700,500,
- '<pre>'.$Apache::functionplotresponse::ruleslog.'</pre>',
+ '<pre style="background-color:#ffffff;">'.$Apache::functionplotresponse::ruleslog.'</pre>',
&mt('Rules Log'))."<br />");
}
return $result;
More information about the LON-CAPA-cvs
mailing list