Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/typedItOptIn.xul

Issue 29366643: Issue 4682 - Remove typo collection functionality from URL Fixer (Closed) Base URL: https://hg.adblockplus.org/urlfixer
Patch Set: Removed some leftovers Created Dec. 8, 2016, 12:47 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/content/typedItOptIn.js ('k') | chrome/locale/ar-SA/locale.dtd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/content/typedItOptIn.js ('k') | chrome/locale/ar-SA/locale.dtd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld