Bug 1496632 - Move existing add-on installation UI to notification panels
<?xml version="1.0"?>
<!DOCTYPE dialog [
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
%brandDTD;
<!ENTITY % fileExceedsQuotaDTD SYSTEM "chrome://messenger/locale/cloudfile/Hightail/fileExceedsQuota.dtd">
%fileExceedsQuotaDTD;
]>
<!-- 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/. -->
<?xml-stylesheet href="chrome://global/skin/"?>
<?xml-stylesheet href="chrome://messenger/skin/preferences/preferences.css" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/cloudfile/Hightail/fileExceedsLimit.css" type="text/css"?>
<dialog id="fileExceedsQuota"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons="accept"
title="&fileExceedsQuota.title;">
<script type="application/javascript"
src="chrome://messenger/content/cloudfile/Hightail/fileExceedsQuota.js"/>
<description id="title">&fileExceedsQuota.storageLimitReached;</description>
<description id="currentStorage">&fileExceedsQuota.description;</description>
</dialog>