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

Side by Side Diff: chrome/content/options.xul

Issue 8554013: Renamed necessary components for ABP integration (Closed)
Patch Set: Created Oct. 10, 2012, 11:49 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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 href="chrome://global/skin/" type="text/css"?> 7 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
8 <?xml-stylesheet href="chrome://url-fixer/skin/options.css" type="text/css"?> 8 <?xml-stylesheet href="chrome://url-fixer/skin/options.css" type="text/css"?>
9 <!DOCTYPE prefwindow SYSTEM "chrome://url-fixer/locale/options.dtd"> 9 <!DOCTYPE prefwindow SYSTEM "chrome://url-fixer/locale/typoOptions.dtd">
10 <dialog 10 <dialog
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 title="&urlfixer.options.title;" 12 title="&urlfixer.options.title;"
13 buttons="accept" 13 buttons="accept"
14 onload="initCheckboxes();updateList();" 14 onload="initCheckboxes();updateList();"
15 windowtype="urlfixer:options"> 15 windowtype="urlfixer:options">
16 <script type="text/javascript" src="common.js"/> 16 <script type="text/javascript" src="common.js"/>
17 <script type="text/javascript" src="options.js"/> 17 <script type="text/javascript" src="options.js"/>
18 <groupbox> 18 <groupbox>
19 <checkbox id="domainOptIn" label="&urlfixer.options.optIn;" oncommand="Prefs .domainOptIn = this.checked;"/> 19 <checkbox id="domainOptIn" label="&urlfixer.options.optIn;" oncommand="Prefs .domainOptIn = this.checked;"/>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 </listcols> 59 </listcols>
60 </listbox> 60 </listbox>
61 <hbox> 61 <hbox>
62 <button flex="1" label="&urlfixer.options.removeButtonLabel;" onclic k="removeRule(this,'custom_replace');" disabled="true" id="custom_corrections_re move-button" _list="custom_corrections" /> 62 <button flex="1" label="&urlfixer.options.removeButtonLabel;" onclic k="removeRule(this,'custom_replace');" disabled="true" id="custom_corrections_re move-button" _list="custom_corrections" />
63 </hbox> 63 </hbox>
64 </tabpanel> 64 </tabpanel>
65 </tabpanels> 65 </tabpanels>
66 </tabbox> 66 </tabbox>
67 </groupbox> 67 </groupbox>
68 </dialog> 68 </dialog>
OLDNEW

Powered by Google App Engine
This is Rietveld