From 0fe07b395e526bb014b285583cd197935d3779cf Mon Sep 17 00:00:00 2001 From: phasefx Date: Sat, 15 Sep 2007 00:16:32 +0000 Subject: [PATCH] the holds interface is currently sending bottom_xml to fancy_prompt and not bot_xml. No other interface appears to use either bot or bottom, so I'm going to change fancy_prompt on the side of verbosity git-svn-id: svn://svn.open-ils.org/ILS/trunk@7789 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul b/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul index 500bf22577..932830583b 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul +++ b/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul @@ -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' ); -- 2.11.0