backport fix for fancy_prompt/xul_param regression with holds interface. This should...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 15 Sep 2007 01:51:00 +0000 (01:51 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 15 Sep 2007 01:51:00 +0000 (01:51 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7791 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul

index 500bf22..9328305 100644 (file)
@@ -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' );