--- loncom/xml/londefdef.pm 2024/02/28 18:15:50 1.456.2.6.2.4 +++ loncom/xml/londefdef.pm 2024/07/03 22:44:22 1.456.2.7 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.456.2.6.2.4 2024/02/28 18:15:50 raeburn Exp $ +# $Id: londefdef.pm,v 1.456.2.7 2024/07/03 22:44:22 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -367,7 +367,7 @@ sub start_title { $Apache::londefdef::title = &Apache::lonxml::get_all_text('/title',$parser,$style); } elsif ($target eq 'tex') { - $currentstring .= '\keephidden{Title of the document: '; + $currentstring .= '\keephidden{Title of the document: ' } if ($target eq 'meta') { $currentstring=''; @@ -612,9 +612,6 @@ sub start_body { if ($env{'request.use_absolute'}) { $args->{'use_absolute'} = $env{'request.use_absolute'}; } - if ($env{'form.only_body'}) { - $args->{'only_body'} = 1; - } } $currentstring = &Apache::loncommon::start_page($Apache::londefdef::title, @@ -649,9 +646,9 @@ sub start_body { sub edit_controls { my ($nochgview) = @_; - my $result = &Apache::lonxml::seteditor_javascript().' + my $result .= ' <form method="post" action=""> -<div class="LC_edit_problem_header">'."\n"; +<div class="LC_edit_problem_header">'; unless ($nochgview) { $result .= ' <div class="LC_edit_problem_header_row1">'. @@ -660,21 +657,7 @@ sub edit_controls { </div>'; } $result .= ' -<div> -<input type="hidden" name="editmode" value="" /> -<input type="button" name="editordefault" accesskey="e" value="'.&mt('Edit'). -'" onclick="seteditmode(this.form,'."'edit'".');" />'."\n"; - if ($env{'browser.type'} ne 'explorer' || $env{'browser.version'} > 9) { - my $uri = $env{'request.uri'}; - if ($uri =~ /\.(xml|html|htm|xhtml|xhtm)$/) { - my %editors = &Apache::loncommon::permitted_editors(); - if ($editors{'daxe'}) { - my $daxeurl = '/daxepage'.$uri; - $result .= '<input type="button" name="editordaxe" value="'.&mt('Edit with Daxe'). - '" onclick="seteditmode(this.form,'."'daxe'".');" />'."\n"; - } - } - } +<div><input type="submit" name="editmode" accesskey="e" value="'.&mt('Edit').'" />'; if (($env{'request.course.id'}) && ($env{'form.forceedit'})) { my $url=&Apache::lonnet::hreflocation('',$env{'request.filename'}); if ($url =~ /\.html?$/i) {