--- loncom/homework/inputtags.pm 2023/02/05 01:52:21 1.333.2.12.2.2 +++ loncom/homework/inputtags.pm 2023/09/06 20:42:00 1.333.2.12.2.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.333.2.12.2.2 2023/02/05 01:52:21 raeburn Exp $ +# $Id: inputtags.pm,v 1.333.2.12.2.3 2023/09/06 20:42:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1754,12 +1754,17 @@ sub gradestatus { } if ( $showbutton ) { if ($target ne 'tex') { - $button = + if ($env{'form.disable_submit'}) { + $button = ' '. + ''; + } else { + $button = ' '. ''; + } } }