version 1.101, 2012/10/08 11:04:46
|
version 1.102, 2013/07/12 21:19:17
|
Line 1485 sub start_functionplotresponse {
|
Line 1485 sub start_functionplotresponse {
|
$env{'form.counter'},$Apache::lonxml::curdepth); |
$env{'form.counter'},$Apache::lonxml::curdepth); |
&Apache::lonxml::add_script_result( |
&Apache::lonxml::add_script_result( |
&Apache::loncommon::modal_adhoc_window($function_name,700,500, |
&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 />"); |
&mt('Rules Log'))."<br />"); |
} |
} |
return $result; |
return $result; |