[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Sun, 29 Aug 2004 08:14:42 -0000
albertel Sun Aug 29 04:14:42 2004 EDT
Modified files:
/loncom/xml lonxml.pm
Log:
- add ability to turn off wysiwig eidtor when editing html files
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.337 loncom/xml/lonxml.pm:1.338
--- loncom/xml/lonxml.pm:1.337 Mon Aug 23 15:53:13 2004
+++ loncom/xml/lonxml.pm Sun Aug 29 04:14:41 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.337 2004/08/23 19:53:13 albertel Exp $
+# $Id: lonxml.pm,v 1.338 2004/08/29 08:14:41 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1169,6 +1169,7 @@
<input type="submit" name="viewmode" accesskey="v" value="$lt{'vi'}" />
BUTTONS
$buttons.=&Apache::lonhtmlcommon::spelllink('xmledit','filecont');
+ $buttons.=&Apache::lonhtmlcommon::htmlareaselectactive('filecont');
my $editfooter=(<<ENDFOOTER);
$initialize
<hr />