Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
michael@0 | 2 | <!DOCTYPE html [ |
michael@0 | 3 | <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> |
michael@0 | 4 | %htmlDTD; |
michael@0 | 5 | <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> |
michael@0 | 6 | %brandDTD; |
michael@0 | 7 | <!ENTITY % aboutAddonsDTD SYSTEM "chrome://browser/locale/aboutAddons.dtd"> |
michael@0 | 8 | %aboutAddonsDTD; |
michael@0 | 9 | ]> |
michael@0 | 10 | |
michael@0 | 11 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 12 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 13 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 14 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 15 | |
michael@0 | 16 | <head> |
michael@0 | 17 | <title> &aboutAddons.title; </title> |
michael@0 | 18 | <link rel="stylesheet" href="chrome://browser/skin/aboutAddons.css" type="text/css"/> |
michael@0 | 19 | </head> |
michael@0 | 20 | |
michael@0 | 21 | <body> |
michael@0 | 22 | <div id="fox"> |
michael@0 | 23 | <div id="floatingTextBox"> |
michael@0 | 24 | <div id="aboutAddonsTextTitle"> |
michael@0 | 25 | &aboutAddons.messageTitle; |
michael@0 | 26 | </div> |
michael@0 | 27 | <div id="aboutAddonsTextBody"> |
michael@0 | 28 | &aboutAddons.message; |
michael@0 | 29 | &aboutAddons.goBackToStartStart; |
michael@0 | 30 | <a href="about:start">&aboutAddons.goBacktoStartLink;</a> |
michael@0 | 31 | &aboutAddons.goBacktoStartEnd; |
michael@0 | 32 | </div> |
michael@0 | 33 | </div> |
michael@0 | 34 | </div> |
michael@0 | 35 | </body> |
michael@0 | 36 | </html> |