| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <?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
| |
| 2 | |
| 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, | |
| 5 - You can obtain one at http://mozilla.org/MPL/2.0/. --> | |
| 6 | |
| 7 <!DOCTYPE div SYSTEM "chrome://url-fixer/locale/netError.dtd"> | |
| 8 | |
| 9 <div xmlns="http://www.w3.org/1999/xhtml" style="margin-left: 80px; margin-top: 20px;" id="url-fixer-section"> | |
| 10 <h1>&urlfixer.neterror.title;</h1> | |
| 11 <p style="padding-bottom: 1em; font-size: 130%;"> | |
| 12 &urlfixer.neterror.subheader; | |
| 13 </p> | |
| 14 <p> | |
| 15 <input type="text" id="url-fixer-intention" value="" style="width: 90%;" onk eyup="if (event.keyCode == 13) { document.getElementById('url-fixer-retry').clic k(); }" /> | |
| 16 </p> | |
| 17 <p> | |
| 18 <button id="url-fixer-retry">&urlfixer.neterror.buttonlabel;</button> | |
| 19 </p> | |
| 20 <p>&urlfixer.neterror.summary;</p> | |
| 21 </div> | |
| OLD | NEW |