version 1.573, 2024/07/08 01:01:44
|
version 1.574, 2024/09/25 00:15:10
|
Line 1644 FULLPAGE
|
Line 1644 FULLPAGE
|
} |
} |
$initialize .= &setmode_javascript(); |
$initialize .= &setmode_javascript(); |
if ($filetype eq 'html') { |
if ($filetype eq 'html') { |
my %editors = &Apache::loncommon::permitted_editors(); |
my %editors = &Apache::loncommon::permitted_editors($uri); |
if ($editors{'daxe'}) { |
if ($editors{'daxe'}) { |
$daxebutton = '<input type="button" name="editwithdaxe" accesskey="w" value="'.$lt{'ew'}.'" '. |
$daxebutton = '<input type="button" name="editwithdaxe" accesskey="w" value="'.$lt{'ew'}.'" '. |
$onclick{'daxe'}.' />'."\n"; |
$onclick{'daxe'}.' />'."\n"; |