Index: chrome/content/netError.xhtml |
=================================================================== |
deleted file mode 100644 |
--- a/chrome/content/netError.xhtml |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<?xml version="1.0"?> |
- |
-<!-- 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> |