2007-03-22 10:30:00 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
2012-06-25 16:11:16 -07:00
|
|
|
<!-- 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/. -->
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
<?xml-stylesheet href="chrome://mozapps/content/xpinstall/xpinstallConfirm.css" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://mozapps/skin/xpinstall/xpinstallConfirm.css" type="text/css"?>
|
|
|
|
|
|
|
|
<!DOCTYPE dialog SYSTEM "chrome://mozapps/locale/xpinstall/xpinstallConfirm.dtd">
|
|
|
|
|
|
|
|
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2008-01-18 02:51:07 -08:00
|
|
|
id="xpinstallConfirm" title="&dialog.title;" style="&dialog.style;"
|
2010-10-29 12:05:26 -07:00
|
|
|
windowtype="Addons:Install"
|
2007-03-22 10:30:00 -07:00
|
|
|
onload="XPInstallConfirm.init()"
|
|
|
|
ondialogaccept="return XPInstallConfirm.onOK();"
|
|
|
|
ondialogcancel="return XPInstallConfirm.onCancel();">
|
|
|
|
|
2012-08-05 06:03:00 -07:00
|
|
|
<script src="chrome://mozapps/content/xpinstall/xpinstallConfirm.js" type="application/javascript"/>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
<stringbundle id="xpinstallConfirmStrings"
|
|
|
|
src="chrome://mozapps/locale/xpinstall/xpinstallConfirm.properties"/>
|
|
|
|
|
|
|
|
<vbox flex="1" id="dialogContentBox">
|
2008-01-18 02:51:07 -08:00
|
|
|
<hbox id="xpinstallheader" align="start">
|
|
|
|
<image class="alert-icon"/>
|
|
|
|
<vbox flex="1">
|
2008-06-25 02:27:18 -07:00
|
|
|
<description class="warning">&warningPrimary.label;</description>
|
2008-01-18 02:51:07 -08:00
|
|
|
<description>&warningSecondary.label;</description>
|
|
|
|
</vbox>
|
|
|
|
</hbox>
|
|
|
|
<label id="itemWarningIntro"/>
|
|
|
|
<vbox id="itemList" class="listbox" flex="1" style="overflow: auto;"/>
|
2007-03-22 10:30:00 -07:00
|
|
|
</vbox>
|
|
|
|
|
|
|
|
</dialog>
|