--- loncom/homework/functionplotresponse.pm 2012/08/17 22:51:59 1.100 +++ loncom/homework/functionplotresponse.pm 2013/07/12 21:19:17 1.102 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # Functionplot responses # -# $Id: functionplotresponse.pm,v 1.100 2012/08/17 22:51:59 www Exp $ +# $Id: functionplotresponse.pm,v 1.102 2013/07/12 21:19:17 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -810,7 +810,7 @@ sub start_backgroundplot { &Apache::edit::text_arg('Label on Plot:','label', $token,'8'). &Apache::edit::text_arg('Color (hex code):','color', - $token,'8'). + $token,'8', 'colorchooser'). &Apache::edit::select_arg('Fixed location:','fixed', ['yes','no'],$token). &Apache::edit::end_row(); @@ -1485,7 +1485,7 @@ sub start_functionplotresponse { $env{'form.counter'},$Apache::lonxml::curdepth); &Apache::lonxml::add_script_result( &Apache::loncommon::modal_adhoc_window($function_name,700,500, - '
'.$Apache::functionplotresponse::ruleslog.'
', + '
'.$Apache::functionplotresponse::ruleslog.'
', &mt('Rules Log'))."
"); } return $result;