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 >
Extensible Markup Language  |  2006-05-15  |  852b  |  24 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="gtbConfirmCustomize"
  10.         xmlns:html="http://www.w3.org/1999/xhtml"
  11.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  12.         ondialogcancel="return GTB_ConfirmCustomize_onCancel();"
  13.     title=">bDeleteSearchBox.title;"
  14.     buttons="accept,cancel"
  15.         maxwidth="600"
  16.     buttonlabelaccept=">bDeleteSearchBox.yes;"
  17.         buttonlabelcancel=">bDeleteSearchBox.no;">
  18.  
  19.   <script type="application/x-javascript" 
  20.           src="chrome://google-toolbar/content/gtb.js"/>
  21.  
  22.   <description>>bDeleteSearchBox.warning;</description>
  23. </dialog>
  24.