OLD | NEW |
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 | 2 |
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public | 3 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
4 - License, v. 2.0. If a copy of the MPL was not distributed with this file, | 4 - License, v. 2.0. If a copy of the MPL was not distributed with this file, |
5 - You can obtain one at http://mozilla.org/MPL/2.0/. --> | 5 - You can obtain one at http://mozilla.org/MPL/2.0/. --> |
6 | 6 |
7 <?xml-stylesheet type="text/css" href="chrome://global/skin/global.css"?> | 7 <?xml-stylesheet type="text/css" href="chrome://global/skin/global.css"?> |
8 <?xml-stylesheet type="text/css" href="chrome://url-fixer/skin/typedItOptIn.css"
?> | 8 <?xml-stylesheet type="text/css" href="chrome://url-fixer/skin/typedItOptIn.css"
?> |
9 <!DOCTYPE overlay SYSTEM "chrome://url-fixer/locale/locale.dtd"> | 9 <!DOCTYPE overlay SYSTEM "chrome://url-fixer/locale/typo.dtd"> |
10 <dialog title="&typedIt.optInTitle;" | 10 <dialog title="&typedIt.optInTitle;" |
11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" | 11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
12 id="typedit-opt-in-dialog" | 12 id="typedit-opt-in-dialog" |
13 buttons="accept,cancel,disclosure" | 13 buttons="accept,cancel,disclosure" |
14 ondialogaccept="onAccept();return true;" | 14 ondialogaccept="onAccept();return true;" |
15 ondialogcancel="onCancel();return true;" | 15 ondialogcancel="onCancel();return true;" |
16 ondialogdisclosure="onDisclosure();" | 16 ondialogdisclosure="onDisclosure();" |
17 buttonlabelaccept="&typedIt.optInAccept;" | 17 buttonlabelaccept="&typedIt.optInAccept;" |
18 buttonlabelcancel="&typedIt.optInDecline;" | 18 buttonlabelcancel="&typedIt.optInDecline;" |
19 buttonlabeldisclosure="&typedIt.optInLater;" | 19 buttonlabeldisclosure="&typedIt.optInLater;" |
20 defaultButton="cancel" | 20 defaultButton="cancel" |
21 windowtype="urlfixer:typedid:optin"> | 21 windowtype="urlfixer:typedid:optin"> |
22 <script type="text/javascript" src="common.js"/> | 22 <script type="text/javascript" src="common.js"/> |
23 <script type="text/javascript" src="typedItOptIn.js"/> | 23 <script type="text/javascript" src="typedItOptIn.js"/> |
24 | 24 |
25 <hbox> | 25 <hbox> |
26 <vbox> | 26 <vbox> |
27 <image id="icon"/> | 27 <image id="icon"/> |
28 </vbox> | 28 </vbox> |
29 <vbox id="description" align="center" pack="center"> | 29 <vbox id="description" align="center" pack="center"> |
30 <description>&typedIt.optInDescription;</description> | 30 <description>&typedIt.optInDescription;</description> |
31 <description>&typedIt.optInDescription2;</description> | 31 <description>&typedIt.optInDescription2;</description> |
32 </vbox> | 32 </vbox> |
33 </hbox> | 33 </hbox> |
34 </dialog> | 34 </dialog> |
OLD | NEW |