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 >
Extensible Markup Language  |  2006-05-15  |  1KB  |  31 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE overlay [
  3.   <!ENTITY % tcDtd SYSTEM "chrome://google-toolbar/locale/google-toolbar.dtd"> %tcDtd;
  4. ]>
  5.  
  6. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
  7. <?xml-stylesheet href="chrome://google-toolbar/skin/google-toolbar.css"?>
  8.  
  9. <dialog id="gtbAutoFillWarning"
  10.         xmlns:html="http://www.w3.org/1999/xhtml"
  11.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  12.         ondialogaccept="GTB_AutoFillWarning_onDone(true);"
  13.         ondialogcancel="GTB_AutoFillWarning_onDone(false);"
  14.         onload="GTB_AutoFillWarning_onLoad(event);"
  15.     title=">bAutoFillWarningTitle;"
  16.     buttons="accept,cancel">
  17.  
  18.   <script type="application/x-javascript" 
  19.           src="chrome://google-toolbar/content/gtb.js"/>
  20.  
  21.   <vbox width="350px">
  22.     <description>>bAutoFillWarning1;</description>
  23.     <description>>bAutoFillWarning2;</description>
  24.     <hbox align="start">
  25.       <checkbox id="gtbAutoFillWarningDoNotShow"
  26.                 label=">bAutoFillWarningDoNotShowLabel;" />
  27.     </hbox>
  28.   </vbox>
  29. </dialog>
  30.  
  31.