From 65fc7ea6ea45d5f24910ddd8ca7e08367ba62e47 Mon Sep 17 00:00:00 2001 From: "matt%netscape.com" Date: Thu, 1 Jul 1999 23:06:57 +0000 Subject: [PATCH] Adding file for chrome git-svn-id: svn://10.0.0.236/trunk@37906 18797224-902f-48f8-a5cc-f745e15eee43 --- .../content/NetSupportConfirmCheck.xul | 83 +++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 mozilla/xpfe/browser/resources/content/NetSupportConfirmCheck.xul 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 + + +