--- loncom/xml/londefdef.pm 2009/04/11 01:11:02 1.400 +++ loncom/xml/londefdef.pm 2009/04/13 20:42:32 1.401 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.400 2009/04/11 01:11:02 raeburn Exp $ +# $Id: londefdef.pm,v 1.401 2009/04/13 20:42:32 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -558,13 +558,18 @@ sub start_body { } sub edit_controls { + my ($nochgview) = @_; my $result .= '
-
+
'; + unless ($nochgview) { + $result .= '
'. &Apache::lonxml::renderingoptions().' -
+
'; + } + $result .= '

';