--- loncom/homework/inputtags.pm 2009/04/16 14:45:47 1.257 +++ loncom/homework/inputtags.pm 2009/07/08 10:53:08 1.259 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.257 2009/04/16 14:45:47 onken Exp $ +# $Id: inputtags.pm,v 1.259 2009/07/08 10:53:08 onken Exp $ # # Copyright Michigan State University Board of Trustees # @@ -394,7 +394,7 @@ sub start_textline { '&part_'. $Apache::inputtags::part. '&textresponse'. '&HWVAL_' . $Apache::inputtags::response['-1']; - $result="\n\\\\\n".'\textField{'.$fieldname.'}{'.$size.'}{12 bp}'; + $result='\textField{'.$fieldname.'}{'.$size.'}{12 bp}'; } else { $result='\framebox['.$size.'][s]{\tiny\strut}'; } @@ -873,7 +873,7 @@ sub decideoutput { $css_class=$possible_class{'no_grade'}; $button=1; } elsif ($award eq 'DRAFT') { - $message = &mt("A draft copy has been saved."); + $message = &mt("Copy saved but not submitted."); $css_class=$possible_class{'not_charged_try'}; $button=1; } elsif ($award eq 'ASSIGNED_SCORE') {