home *** CD-ROM | disk | FTP | other *** search
/ Minami 80 / MINAMI80.iso / Extra / DivXInstaller.exe / $PLUGINSDIR / GoogleToolbarFirefox.msi / xpi / chrome / google-toolbar.jar / content / options-auto-fill.xul < prev    next >
Extensible Markup Language  |  2006-05-15  |  5KB  |  123 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="gtbGoogleOptionsAutoFill"
  10.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  11.         ondialogaccept="return GTB_AutoFillOptions_onDialogOK(event);"
  12.         onload="GTB_AutoFillOptions_onDialogLoadSettings(event);"
  13.     title=">bOptionsAutoFillTitle;"
  14.         maxwidth="420"
  15.     buttons="accept,cancel">
  16.  
  17.   <stringbundle id="gtb-localized_prefs"
  18.                 src="chrome://google-toolbar/locale/prefs.properties"/>
  19.   <stringbundle id="google-toolbar-strings" 
  20.                 src="chrome://google-toolbar/locale/google-toolbar.properties"/>
  21.  
  22.   <script type="application/x-javascript"
  23.           src="chrome://google-toolbar/content/gtb.js"/>
  24.  
  25.   <vbox class="gtbAutoFillDialog">
  26.     <description>
  27.       >bOptionsAutoFillDescription1;
  28.     </description>
  29.     <description>>bOptionsAutoFillDescription2;</description>
  30.     <groupbox flex="1">
  31.        <caption label=">bOptionsAutoFillNameCaption;" />
  32.        <hbox>
  33.          <label class="gtbAutoFillColumn" value=">bOptionsAutoFillNameLabel;" />
  34.          <textbox id="GTB_Autofill_Pref_fullName" flex="1"/>
  35.        </hbox>
  36.        <hbox>
  37.          <label class="gtbAutoFillColumn" value=">bOptionsAutoFillEmailLabel;" />
  38.          <textbox id="GTB_Autofill_Pref_email" flex="1"/>
  39.        </hbox>
  40.        <hbox>
  41.          <label class="gtbAutoFillColumn" value=">bOptionsAutoFillDefaultPhoneLabel;" />
  42.          <textbox id="GTB_Autofill_Pref_defaultPhone" flex="1"/>
  43.        </hbox>
  44.        <hbox>
  45.          <label class="gtbAutoFillColumn" value="  >bOptionsAutoFillPhoneTypeLabel;" />
  46.          <radiogroup orient="horizontal">
  47.            <radio id="GTB_Autofill_Pref_defaultPhoneWork" label=">bOptionsAutoFillPhoneTypeWorkLabel;"/> 
  48.            <radio id="GTB_Autofill_Pref_defaultPhoneHome" label=">bOptionsAutoFillPhoneTypeHomeLabel;"/> 
  49.            <radio id="GTB_Autofill_Pref_defaultPhoneCell" label=">bOptionsAutoFillPhoneTypeCellLabel;"/> 
  50.          </radiogroup>
  51.        </hbox>
  52.        <hbox>
  53.          <label class="gtbAutoFillColumn" value=">bOptionsAutoFillAlternativePhoneLabel;" />
  54.          <textbox id="GTB_Autofill_Pref_alternativePhone" flex="1"/>
  55.        </hbox>
  56.        <hbox>
  57.          <label class="gtbAutoFillColumn" value="  >bOptionsAutoFillPhoneTypeLabel;" />
  58.          <radiogroup orient="horizontal">
  59.            <radio id="GTB_Autofill_Pref_alternativePhoneWork" label=">bOptionsAutoFillPhoneTypeWorkLabel;"/> 
  60.            <radio id="GTB_Autofill_Pref_alternativePhoneHome" label=">bOptionsAutoFillPhoneTypeHomeLabel;"/> 
  61.            <radio id="GTB_Autofill_Pref_alternativePhoneCell" label=">bOptionsAutoFillPhoneTypeCellLabel;"/> 
  62.          </radiogroup>
  63.        </hbox>
  64.     </groupbox>
  65.     <groupbox>
  66.       <caption label=">bOptionsAutoFillPrimaryAddress;" />
  67.        <hbox>
  68.          <label class="gtbAutoFillColumn"
  69.                 value=">bOptionsAutoFillPrimaryAddressLine1;" />
  70.          <textbox id="GTB_Autofill_Pref_addressLine1" flex="1"/>
  71.        </hbox>
  72.        <hbox>
  73.          <label class="gtbAutoFillColumn"
  74.                 value=">bOptionsAutoFillPrimaryAddressLine2;" />
  75.          <textbox id="GTB_Autofill_Pref_addressLine2" flex="1"/>
  76.        </hbox>
  77.        <hbox>
  78.          <label class="gtbAutoFillColumn"
  79.                 value=">bOptionsAutoFillPrimaryAddressLine3;" />
  80.          <textbox id="GTB_Autofill_Pref_addressLine3" flex="1"/>
  81.        </hbox>
  82.        <hbox>
  83.          <label class="gtbAutoFillColumn"
  84.                 value=">bOptionsAutoFillPrimaryAddressCity;" />
  85.          <textbox id="GTB_Autofill_Pref_city" flex="1"/>
  86.        </hbox>
  87.        <hbox>
  88.          <label class="gtbAutoFillColumn"
  89.                 value=">bOptionsAutoFillPrimaryAddressState;" />
  90.          <textbox id="GTB_Autofill_Pref_state" flex="1"/>
  91.          <label value=">bOptionsAutoFillPrimaryAddressPostalCode;" />
  92.          <textbox id="GTB_Autofill_Pref_zipcode" flex="1"/>
  93.        </hbox>
  94.        <hbox>
  95.          <label class="gtbAutoFillColumn"
  96.                 value=">bOptionsAutoFillPrimaryAddressCountryRegion;" />
  97.          <menulist id="GTB_Autofill_Pref_country" flex="1">
  98.             <menupopup class="gtbAutoFillMenuPopup">
  99.               <menuitem label=""/>
  100.             </menupopup>
  101.           </menulist>
  102.        </hbox>
  103.     </groupbox>
  104.     <hbox>
  105. <!--
  106.       <groupbox>
  107.         <caption label=">bOptionsAutoFillCreditCardCaption;" />
  108.         <description>>bOptionsAutoFillCreditCardDescription;</description>
  109.         <hbox pack="center">
  110.           <button label=">bOptionsAutoFillCreditCardButton;" />
  111.         </hbox>
  112.       </groupbox>
  113. -->
  114.       <groupbox flex="1">
  115.         <caption label=">bOptionsAutoFillHighlightCaption;" />
  116.         <checkbox id="GTB_Autofill_Pref_highlight"
  117.                   label=">bOptionsAutoFillHighlightCheck;" flex="1"/>
  118.       </groupbox>
  119.     </hbox>
  120.   </vbox>
  121. </dialog>
  122.  
  123.