home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 80
/
MINAMI80.iso
/
Extra
/
DivXInstaller.exe
/
$PLUGINSDIR
/
GoogleToolbarFirefox.msi
/
xpi
/
chrome
/
google-toolbar.jar
/
content
/
confirm-customize.xul
< prev
next >
Wrap
Extensible Markup Language
|
2006-05-15
|
852b
|
24 lines
<?xml version="1.0"?>
<!DOCTYPE overlay [
<!ENTITY % tcDtd SYSTEM "chrome://google-toolbar/locale/google-toolbar.dtd"> %tcDtd;
]>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://google-toolbar/skin/google-toolbar.css"?>
<dialog id="gtbConfirmCustomize"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
ondialogcancel="return GTB_ConfirmCustomize_onCancel();"
title=">bDeleteSearchBox.title;"
buttons="accept,cancel"
maxwidth="600"
buttonlabelaccept=">bDeleteSearchBox.yes;"
buttonlabelcancel=">bDeleteSearchBox.no;">
<script type="application/x-javascript"
src="chrome://google-toolbar/content/gtb.js"/>
<description>>bDeleteSearchBox.warning;</description>
</dialog>