[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm
raeburn
raeburn at source.lon-capa.org
Mon Nov 27 20:33:14 EST 2023
raeburn Tue Nov 28 01:33:14 2023 EDT
Modified files:
/loncom/xml lonxml.pm
Log:
- Switch order of <div>s to reduce the header above the textarea by one row
when using LON-CAPA's standard html editor in Authoring Space.
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.564 loncom/xml/lonxml.pm:1.565
--- loncom/xml/lonxml.pm:1.564 Mon Nov 27 23:24:05 2023
+++ loncom/xml/lonxml.pm Tue Nov 28 01:33:14 2023
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.564 2023/11/27 23:24:05 raeburn Exp $
+# $Id: lonxml.pm,v 1.565 2023/11/28 01:33:14 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1645,14 +1645,14 @@
$xml_help
</td></tr>
</table>
- <div>
- <input type="submit" name="discardview" accesskey="d" value="$lt{'dv'}" />
- $undo $htmlerror $deps_button $dragmath_button
- </div>
<div style="float:right">
<input type="submit" name="savethisfile" accesskey="s" value="$lt{'st'}" />
<input type="submit" name="viewmode" accesskey="v" value="$lt{'vi'}" />
</div>
+ <div>
+ <input type="submit" name="discardview" accesskey="d" value="$lt{'dv'}" />
+ $undo $htmlerror $deps_button $dragmath_button
+ </div>
</div>
<textarea $textarea_events style="width:100%" cols="80" rows="44" name="filecont" id="filecont" $textareaclass>$filecontents</textarea><br />$spelllink
<div id="LC_aftertextarea">
More information about the LON-CAPA-cvs
mailing list