Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 12:14:51 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-12-14 02:10:59 +00:00
|
|
|
|
|
|
|
<!-- The contents of this file are subject to the Netscape Public
|
|
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
|
|
except in compliance with the License. You may obtain a copy of
|
|
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
implied. See the License for the specific language governing
|
|
|
|
rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is Mozilla Communicator client code.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
|
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
|
|
Rights Reserved.
|
|
|
|
|
Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 12:14:51 +00:00
|
|
|
Contributor(s):
|
|
|
|
Don Bragg <dbragg@netscape.com>
|
2000-04-24 13:53:38 +00:00
|
|
|
Dan Veditz <dveditz@netscape.com>
|
2000-12-02 23:47:49 +00:00
|
|
|
Blake Ross <blakeross@telocity.com>
|
2002-03-29 02:46:01 +00:00
|
|
|
Håkan Waara <hwaara@chello.se>
|
1999-12-14 02:10:59 +00:00
|
|
|
-->
|
2001-09-06 20:18:15 +00:00
|
|
|
|
2000-04-19 21:42:30 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/xpinstall/xpinstall.css" type="text/css"?>
|
2000-06-13 23:37:11 +00:00
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
2000-04-19 21:42:30 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/xpinstall/institems.dtd">
|
1999-11-29 21:11:26 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 04:17:02 +00:00
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
1999-11-29 21:11:26 +00:00
|
|
|
onload="onLoad()"
|
2000-04-24 13:53:38 +00:00
|
|
|
title="&dialog.title;"
|
Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 12:14:51 +00:00
|
|
|
id="confirmDlg"
|
2001-09-06 20:18:15 +00:00
|
|
|
class="dialog"
|
Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 12:14:51 +00:00
|
|
|
style="width: 50em"
|
|
|
|
>
|
1999-11-29 21:11:26 +00:00
|
|
|
|
2001-03-16 02:56:38 +00:00
|
|
|
<script src="chrome://communicator/content/xpinstall/institems.js"/>
|
2001-09-06 20:18:15 +00:00
|
|
|
<stringbundle id="xpinstallBundle" src="chrome://communicator/locale/xpinstall/xpinstall.properties"/>
|
2000-06-13 23:37:11 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 04:17:02 +00:00
|
|
|
<hbox flex="1" align="center">
|
|
|
|
<hbox align="center">
|
Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 12:14:51 +00:00
|
|
|
<image id="alert-image" class="alert-icon"/>
|
2001-09-06 20:18:15 +00:00
|
|
|
</hbox>
|
1999-11-29 21:11:26 +00:00
|
|
|
|
Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 12:14:51 +00:00
|
|
|
<vbox id="confirmBox" flex="1">
|
|
|
|
<description id="warn1" flex="1">
|
|
|
|
&warningText.label;
|
|
|
|
</description>
|
1999-12-14 02:10:59 +00:00
|
|
|
|
Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 12:14:51 +00:00
|
|
|
<separator class="confirmSeparator"/>
|
1999-12-14 02:10:59 +00:00
|
|
|
|
Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 12:14:51 +00:00
|
|
|
<grid id="confirmGrid" flex="1">
|
|
|
|
<columns>
|
|
|
|
<column id="xpiColumn"/>
|
|
|
|
<column id="urlColumn" flex="1"/>
|
|
|
|
</columns>
|
|
|
|
<rows id="xpirows">
|
|
|
|
</rows>
|
|
|
|
</grid>
|
1999-11-29 21:11:26 +00:00
|
|
|
|
Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 12:14:51 +00:00
|
|
|
<separator class="confirmSeparator"/>
|
1999-11-29 21:11:26 +00:00
|
|
|
|
Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 12:14:51 +00:00
|
|
|
<description id="warn2" flex="1">
|
|
|
|
&warningText2.label;
|
|
|
|
</description>
|
2001-09-06 20:18:15 +00:00
|
|
|
</vbox>
|
|
|
|
</hbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2001-11-03 04:17:02 +00:00
|
|
|
<hbox id="okCancelButtonsRight"/>
|
1999-11-29 21:11:26 +00:00
|
|
|
</window>
|