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-preview.xul
< prev
next >
Wrap
Extensible Markup Language
|
2006-05-15
|
1KB
|
34 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="gtbAutoFillPreview"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
onload="GTB_AutoFillPreview_onLoad(event);"
ondialogaccept="GTB_AutoFillPreview_onAccept(event);"
title=">bAutoFillPreviewTitle;"
buttons="accept,cancel">
<script type="application/x-javascript"
src="chrome://google-toolbar/content/gtb.js"/>
<stringbundle id="google-toolbar-strings"
src="chrome://google-toolbar/locale/google-toolbar.properties"/>
<groupbox>
<caption label=">bAutoFillPreviewCaption;" />
<grid flex="1">
<columns>
<column /><column flex="1"/>
</columns>
<rows id="gtbAutoFillPreviewRows">
</rows>
</grid>
</groupbox>
</dialog>