--- loncom/xml/londefdef.pm 2008/05/05 10:41:29 1.388 +++ loncom/xml/londefdef.pm 2008/05/28 01:32:59 1.389 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.388 2008/05/05 10:41:29 foxr Exp $ +# $Id: londefdef.pm,v 1.389 2008/05/28 01:32:59 www Exp $ # # # Copyright Michigan State University Board of Trustees @@ -46,6 +46,7 @@ use Apache::File(); use Image::Magick; use Apache::lonmenu(); use Apache::lonmeta(); +use Apache::lonlocal; use Apache::Constants qw(:common); use File::Basename; use LONCAPA(); @@ -594,12 +595,16 @@ sub start_body { } sub edit_controls { - my $result .= (< + +
-
-EDITBUTTON +
'; return $result; }