[open-ils-commits] r7789 -
trunk/Open-ILS/xul/staff_client/chrome/content/util
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Sep 14 20:24:43 EDT 2007
Author: phasefx
Date: 2007-09-14 20:16:32 -0400 (Fri, 14 Sep 2007)
New Revision: 7789
Modified:
trunk/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul
Log:
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
Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul 2007-09-14 20:54:51 UTC (rev 7788)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/fancy_prompt.xul 2007-09-15 00:16:32 UTC (rev 7789)
@@ -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