[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /xml lonxml.pm
raeburn
raeburn at source.lon-capa.org
Fri Sep 16 10:20:47 EDT 2016
raeburn Fri Sep 16 14:20:47 2016 EDT
Modified files: (Branch: version_2_11_X)
/loncom/xml lonxml.pm
Log:
- For 2.11
- Backport 1.554
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.531.2.21 loncom/xml/lonxml.pm:1.531.2.22
--- loncom/xml/lonxml.pm:1.531.2.21 Tue Aug 9 23:49:16 2016
+++ loncom/xml/lonxml.pm Fri Sep 16 14:20:47 2016
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.531.2.21 2016/08/09 23:49:16 raeburn Exp $
+# $Id: lonxml.pm,v 1.531.2.22 2016/09/16 14:20:47 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1735,11 +1735,11 @@
$xml_help
</td></tr>
</table>
- <div class="LC_edit_problem_discards">
+ <div>
<input type="submit" name="discardview" accesskey="d" value="$lt{'dv'}" />
$undo $htmlerror $deps_button $dragmath_button
</div>
- <div class="LC_edit_problem_saves">
+ <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>
More information about the LON-CAPA-cvs
mailing list