Index: chrome/content/typedItOptIn.xul |
=================================================================== |
deleted file mode 100644 |
--- a/chrome/content/typedItOptIn.xul |
+++ /dev/null |
@@ -1,47 +0,0 @@ |
-<?xml version="1.0"?> |
- |
-<!-- |
- - This file is part of the URL Fixer, |
- - Copyright (C) 2006-2016 Eyeo GmbH |
- - |
- - URL Fixer is free software: you can redistribute it and/or modify |
- - it under the terms of the GNU General Public License version 3 as |
- - published by the Free Software Foundation. |
- - |
- - URL Fixer is distributed in the hope that it will be useful, |
- - but WITHOUT ANY WARRANTY; without even the implied warranty of |
- - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
- - GNU General Public License for more details. |
- - |
- - You should have received a copy of the GNU General Public License |
- - along with URL Fixer. If not, see <http://www.gnu.org/licenses/>. |
- --> |
- |
-<?xml-stylesheet type="text/css" href="chrome://global/skin/global.css"?> |
-<?xml-stylesheet type="text/css" href="chrome://url-fixer/skin/typedItOptIn.css"?> |
-<!DOCTYPE overlay SYSTEM "chrome://url-fixer/locale/typedItOptIn.dtd"> |
-<dialog title="&typedIt.optInTitle;" |
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
- id="typedit-opt-in-dialog" |
- buttons="accept,cancel,disclosure" |
- ondialogaccept="onAccept();return true;" |
- ondialogcancel="onCancel();return true;" |
- ondialogdisclosure="onDisclosure();" |
- buttonlabelaccept="&typedIt.optInAccept;" |
- buttonlabelcancel="&typedIt.optInDecline;" |
- buttonlabeldisclosure="&typedIt.optInLater;" |
- defaultButton="cancel" |
- windowtype="urlfixer:typedid:optin"> |
- <script type="text/javascript" src="common.js"/> |
- <script type="text/javascript" src="typedItOptIn.js"/> |
- |
- <hbox> |
- <vbox> |
- <image id="icon"/> |
- </vbox> |
- <vbox id="description" align="center" pack="center"> |
- <description>&typedIt.optInDescription;</description> |
- <description>&typedIt.optInDescription2;</description> |
- </vbox> |
- </hbox> |
-</dialog> |