[open-ils-commits] r14981 - branches/rel_1_6_0/Open-ILS/xul/staff_client/chrome/content/OpenILS (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Nov 19 13:56:03 EST 2009
Author: phasefx
Date: 2009-11-19 13:55:59 -0500 (Thu, 19 Nov 2009)
New Revision: 14981
Modified:
branches/rel_1_6_0/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul
Log:
This gives the offline interfaces the ability to use font_helper (which honors the global font settings), but it also pulls in a lot of functions that won't work in offline mode is called, which why it wasn't there originally. Font helper had slipped into the offline interfaces causing non-fatal errors
Modified: branches/rel_1_6_0/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul
===================================================================
--- branches/rel_1_6_0/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul 2009-11-19 18:48:23 UTC (rev 14980)
+++ branches/rel_1_6_0/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul 2009-11-19 18:55:59 UTC (rev 14981)
@@ -11,6 +11,7 @@
<script type="text/javascript" src="util/CGI.js" />
<script type="text/javascript" src="util/md5.js" />
<script type="text/javascript" src="util/JSON_v1.js" />
+ <script type="text/javascript" src="global_util.js" />
</scripts>
<script>dump('Loaded OpenILS/util_overlay_offline.xul\n');</script>
More information about the open-ils-commits
mailing list