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

Unified Diff: chrome/content/typoNetError.xhtml

Issue 8554013: Renamed necessary components for ABP integration (Closed)
Patch Set: Created Oct. 10, 2012, 1:08 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
Index: chrome/content/typoNetError.xhtml
===================================================================
new file mode 100644
--- /dev/null
+++ b/chrome/content/typoNetError.xhtml
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
Wladimir Palant 2012/10/10 13:17:50 Looks like this is still renamed, did your "for co
Thomas Greiner 2012/10/10 13:59:43 see Patch Set 3
+
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ - You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<!DOCTYPE div SYSTEM "chrome://url-fixer/locale/netError.dtd">
+
+<div xmlns="http://www.w3.org/1999/xhtml" style="margin-left: 80px; margin-top: 20px;" id="url-fixer-section">
+ <h1>&urlfixer.neterror.title;</h1>
+ <p style="padding-bottom: 1em; font-size: 130%;">
+ &urlfixer.neterror.subheader;
+ </p>
+ <p>
+ <input type="text" id="url-fixer-intention" value="" style="width: 90%;" onkeyup="if (event.keyCode == 13) { document.getElementById('url-fixer-retry').click(); }" />
+ </p>
+ <p>
+ <button id="url-fixer-retry">&urlfixer.neterror.buttonlabel;</button>
+ </p>
+ <p>&urlfixer.neterror.summary;</p>
+</div>

Powered by Google App Engine
This is Rietveld