[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm
www
lon-capa-cvs@mail.lon-capa.org
Thu, 16 May 2002 17:05:02 -0000
www Thu May 16 13:05:02 2002 EDT
Modified files:
/loncom/xml lonxml.pm
Log:
Buttons on top and below text field, not inline
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.169 loncom/xml/lonxml.pm:1.170
--- loncom/xml/lonxml.pm:1.169 Wed May 15 20:56:46 2002
+++ loncom/xml/lonxml.pm Thu May 16 13:05:02 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.169 2002/05/16 00:56:46 albertel Exp $
+# $Id: lonxml.pm,v 1.170 2002/05/16 17:05:02 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1128,9 +1128,9 @@
<a name="editsection" />
<form method="post">
<input type="hidden" name="editmode" value="Edit" />
-$buttons
+$buttons<br />
<textarea cols="80" rows="40" name="filecont">$filecontents</textarea>
-$buttons
+<br />$buttons
<br />
</form>
ENDFOOTER