--- loncom/xml/lonxml.pm 2024/08/18 21:57:10 1.531.2.24.2.4
+++ loncom/xml/lonxml.pm 2024/07/04 15:50:20 1.531.2.25
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.531.2.24.2.4 2024/08/18 21:57:10 raeburn Exp $
+# $Id: lonxml.pm,v 1.531.2.25 2024/07/04 15:50:20 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1708,9 +1708,8 @@ FULLPAGE
my %lt=&Apache::lonlocal::texthash('st' => 'Save and Edit',
'vi' => 'Save and View',
'dv' => 'Discard Edits and View',
- 'un' => 'Undo',
- 'ed' => 'Edit',
- 'ew' => 'Edit with Daxe');
+ 'un' => 'undo',
+ 'ed' => 'Edit');
my $spelllink = &Apache::lonhtmlcommon::spelllink('xmledit','filecont');
my $textarea_events = &Apache::edit::element_change_detection();
my $form_events = &Apache::edit::form_change_detection();
@@ -1726,25 +1725,18 @@ FULLPAGE
}
}
}
- my ($undo,$daxebutton,%onclick);
- foreach my $item ('discard','undo','daxe') {
+ my ($undo,%onclick);
+ foreach my $item ('discard','undo') {
$onclick{$item} = 'onclick="still_ask=true;setmode(this.form,'."'$item'".')"';
}
foreach my $item ('saveedit','saveview') {
$onclick{$item} = 'onclick="is_submit=true;setmode(this.form,'."'$item'".')"';
}
unless ($uri =~ m{^/uploaded/}) {
- $undo = ''."\n";
+ $undo = ''."\n";
}
$initialize .= &setmode_javascript();
- if ($filetype eq 'html') {
- my %editors = &Apache::loncommon::permitted_editors();
- if ($editors{'daxe'}) {
- $daxebutton = ''."\n";
- }
- }
my $editfooter=(<