--- loncom/homework/daxepage.pm 2024/04/19 03:48:23 1.17 +++ loncom/homework/daxepage.pm 2025/02/21 06:09:37 1.18 @@ -1,7 +1,7 @@ # The LearningOnline Network # Page with Daxe on the left side and the preview on the right side # -# $Id: daxepage.pm,v 1.17 2024/04/19 03:48:23 raeburn Exp $ +# $Id: daxepage.pm,v 1.18 2025/02/21 06:09:37 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -99,6 +99,7 @@ sub handler { 'edit' => 'Save and Edit', 'disc' => 'Discard and View', 'save' => 'Save and View', + 'daxe' => 'Daxe Editor', ); my $name = $uri; $name =~ s/^.*\/([^\/]+)$/$1/; @@ -127,15 +128,16 @@ sub handler { if ($is_assess) { $editheader .= ''."\n"; } - $editheader .= '
'. - $uri.' | '.
+ $editheader .= ' '.
+ ' '.$uri.' '.
+ ''.
$saveeditbutton.$saveexitbutton.$exitbutton.'';
if ($editors{'edit'} || $editors{'xml'}) {
my $other = (($editors{'edit'} && $editors{'xml'})? $lt{'oeds'} : $lt{'othe'});
@@ -157,7 +159,9 @@ sub handler {
}
$editheader .= '';
}
- $editheader .= ' |