| OLD | NEW | 
|---|
|  | (Empty) | 
| 1 <?xml version="1.0"?> |  | 
| 2 |  | 
| 3 <!-- |  | 
| 4   - This file is part of the URL Fixer, |  | 
| 5   - Copyright (C) 2006-2016 Eyeo GmbH |  | 
| 6   - |  | 
| 7   - URL Fixer is free software: you can redistribute it and/or modify |  | 
| 8   - it under the terms of the GNU General Public License version 3 as |  | 
| 9   - published by the Free Software Foundation. |  | 
| 10   - |  | 
| 11   - URL Fixer is distributed in the hope that it will be useful, |  | 
| 12   - but WITHOUT ANY WARRANTY; without even the implied warranty of |  | 
| 13   - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | 
| 14   - GNU General Public License for more details. |  | 
| 15   - |  | 
| 16   - You should have received a copy of the GNU General Public License |  | 
| 17   - along with URL Fixer.  If not, see <http://www.gnu.org/licenses/>. |  | 
| 18   --> |  | 
| 19 |  | 
| 20 <?xml-stylesheet type="text/css" href="chrome://global/skin/global.css"?> |  | 
| 21 <?xml-stylesheet type="text/css" href="chrome://url-fixer/skin/typedItOptIn.css"
    ?> |  | 
| 22 <!DOCTYPE overlay SYSTEM "chrome://url-fixer/locale/typedItOptIn.dtd"> |  | 
| 23 <dialog title="&typedIt.optInTitle;" |  | 
| 24     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |  | 
| 25     id="typedit-opt-in-dialog" |  | 
| 26     buttons="accept,cancel,disclosure" |  | 
| 27     ondialogaccept="onAccept();return true;" |  | 
| 28     ondialogcancel="onCancel();return true;" |  | 
| 29     ondialogdisclosure="onDisclosure();" |  | 
| 30     buttonlabelaccept="&typedIt.optInAccept;" |  | 
| 31     buttonlabelcancel="&typedIt.optInDecline;" |  | 
| 32     buttonlabeldisclosure="&typedIt.optInLater;" |  | 
| 33     defaultButton="cancel" |  | 
| 34     windowtype="urlfixer:typedid:optin"> |  | 
| 35   <script type="text/javascript" src="common.js"/> |  | 
| 36   <script type="text/javascript" src="typedItOptIn.js"/> |  | 
| 37 |  | 
| 38   <hbox> |  | 
| 39     <vbox> |  | 
| 40       <image id="icon"/> |  | 
| 41     </vbox> |  | 
| 42     <vbox id="description" align="center" pack="center"> |  | 
| 43       <description>&typedIt.optInDescription;</description> |  | 
| 44       <description>&typedIt.optInDescription2;</description> |  | 
| 45     </vbox> |  | 
| 46   </hbox> |  | 
| 47 </dialog> |  | 
| OLD | NEW | 
|---|