--- loncom/homework/rankresponse.pm 2014/05/05 17:40:54 1.71 +++ loncom/homework/rankresponse.pm 2015/01/19 15:35:53 1.72 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # rank style response # -# $Id: rankresponse.pm,v 1.71 2014/05/05 17:40:54 bisitz Exp $ +# $Id: rankresponse.pm,v 1.72 2015/01/19 15:35:53 goltermann Exp $ # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -51,7 +51,8 @@ sub start_rankresponse { $result=&Apache::response::meta_package_write('rankresponse'); } elsif ($target eq 'edit' ) { $result.=&Apache::edit::start_table($token) - .''.&Apache::lonxml::description($token).'' + .''.&Apache::loncommon::insert_folding_button() + .&Apache::lonxml::description($token).'' .''.&mt('Delete?').' ' .&Apache::edit::deletelist($target,$token) .''