diff --git a/mozilla/xpfe/browser/resources/content/NetSupportConfirmCheck.xul b/mozilla/xpfe/browser/resources/content/NetSupportConfirmCheck.xul new file mode 100644 index 00000000000..d5ae94d8adc --- /dev/null +++ b/mozilla/xpfe/browser/resources/content/NetSupportConfirmCheck.xul @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + function onUpdate() + { + dump("onUpate \n"); + var msg = document.getElementById("NetDialog:Message"); + if ( msg) + { + var text = msg.getAttribute("text"); + dump( text +"\n" ); + var prompt = (document.getElementById("message")); + if ( prompt ) + { + dump(" setting message \n" ); + prompt.childNodes[0].nodeValue = text; + } + } + + var msg = document.getElementById("NetDialog:CheckMessage"); + if ( msg) + { + var text = msg.getAttribute("text"); + dump( text +"\n" ); + var prompt = (document.getElementById("checkboxLabel")); + if ( prompt ) + { + dump(" setting message \n" ); + prompt.childNodes[1].nodeValue = text; + } + } + } + + + + + + + + + + + + m + + + + + + + + + + + Backwards + + + + + + + + + + + Cancel + OK + + +