--- loncom/homework/structuretags.pm 2007/07/17 18:18:54 1.383 +++ loncom/homework/structuretags.pm 2007/09/12 08:35:44 1.399 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.383 2007/07/17 18:18:54 albertel Exp $ +# $Id: structuretags.pm,v 1.399 2007/09/12 08:35:44 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -42,7 +42,7 @@ use lib '/home/httpd/lib/perl/'; use LONCAPA; BEGIN { - &Apache::lonxml::register('Apache::structuretags',('block','languageblock','instructorcomment','while','randomlist','problem','library','web','tex','part','preduedate','postanswerdate','solved','notsolved','problemtype','startouttext','endouttext','simpleeditbutton','definetag')); + &Apache::lonxml::register('Apache::structuretags',('block','languageblock','translated','instructorcomment','while','randomlist','problem','library','web','tex','part','preduedate','postanswerdate','solved','notsolved','problemtype','startouttext','endouttext','simpleeditbutton','definetag')); } sub start_web { @@ -125,7 +125,7 @@ function setSubmittedPart (part) { $extra_head .= &Apache::londefdef::generate_css_links(); - if ($target eq 'edit') { + if ($env{'request.state'} eq 'construct') { $extra_head.=&Apache::edit::js_change_detection(). "