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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/content/typedItOptIn.js ('k') | chrome/locale/ar-SA/locale.dtd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
OLDNEW
« 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