[open-ils-commits] r7791 -
branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Sep 14 21:59:12 EDT 2007
Author: phasefx
Date: 2007-09-14 21:51:00 -0400 (Fri, 14 Sep 2007)
New Revision: 7791
Modified:
branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul
Log:
backport fix for fancy_prompt/xul_param regression with holds interface. This should be a show-stopper for 1.2.0-rc3
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul 2007-09-15 01:46:58 UTC (rev 7790)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul 2007-09-15 01:51:00 UTC (rev 7791)
@@ -69,7 +69,7 @@
if (node) document.getElementById('fancy_prompt_main').appendChild(node);
}
- var bot_xml = xul_param('bot_xml',{'stash_name':xul_param('bottom_xml_in_stash',{'modal_xulG':true}),'modal_xulG':true});;
+ var bot_xml = xul_param('bottom_xml',{'stash_name':xul_param('bottom_xml_in_stash',{'modal_xulG':true}),'modal_xulG':true});;
if (bot_xml) {
var parser = new DOMParser();
var doc = parser.parseFromString( bot_xml, 'text/xml' );
More information about the open-ils-commits
mailing list