home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 80
/
MINAMI80.iso
/
Extra
/
DivXInstaller.exe
/
$PLUGINSDIR
/
GoogleToolbarFirefox.msi
/
xpi
/
chrome
/
google-toolbar.jar
/
content
/
auto-fill-warning.xul
< prev
next >
Wrap
Extensible Markup Language
|
2006-05-15
|
1KB
|
31 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="gtbAutoFillWarning"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
ondialogaccept="GTB_AutoFillWarning_onDone(true);"
ondialogcancel="GTB_AutoFillWarning_onDone(false);"
onload="GTB_AutoFillWarning_onLoad(event);"
title=">bAutoFillWarningTitle;"
buttons="accept,cancel">
<script type="application/x-javascript"
src="chrome://google-toolbar/content/gtb.js"/>
<vbox width="350px">
<description>>bAutoFillWarning1;</description>
<description>>bAutoFillWarning2;</description>
<hbox align="start">
<checkbox id="gtbAutoFillWarningDoNotShow"
label=">bAutoFillWarningDoNotShowLabel;" />
</hbox>
</vbox>
</dialog>