home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
- <!DOCTYPE window SYSTEM "chrome://ieview/locale/ieview.dtd" >
-
- <dialog xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- onload="initPath();"
- ondialogaccept="setIeviewOptions();"
- title="&ieview.prefdialogtitle;">
-
- <html:script language="javascript" src="chrome://ieview/content/ieviewOverlay.js" />
-
- <!-- r@bitwaste.com : mark that we want to save the search option into
- the preferences -->
- <script type="application/x-javascript">
- <![CDATA[
- var panel = "chrome://ieview/content/ieviewsettings.xul";
- var _elementIDs = [ "ieloc" ];
- ]]>
- </script>
-
-
- <vbox>
- <description>
- &ieview.prefdialoglocdesc1;
- </description>
- <description>
- &ieview.prefdialoglocdesc2;
- </description>
-
- <hbox>
- <label control="ieloc" value="&ieview.prefdialogloclabel;"/>
-
- <textbox id="ieloc"
- pref="true"
- preftype="string"
- prefstring="ieview.ieapp"
- size="50"
- />
-
- <button class=""
- label="&ieview.prefdialoglocchoose;"
- disabled="false"
- onclick="pickIe();"/>
- </hbox>
- </vbox>
-
-
- </dialog>
-
-