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 >
Wrap
Extensible Markup Language
|
2006-05-15
|
5KB
|
123 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="gtbGoogleOptionsAutoFill"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
ondialogaccept="return GTB_AutoFillOptions_onDialogOK(event);"
onload="GTB_AutoFillOptions_onDialogLoadSettings(event);"
title=">bOptionsAutoFillTitle;"
maxwidth="420"
buttons="accept,cancel">
<stringbundle id="gtb-localized_prefs"
src="chrome://google-toolbar/locale/prefs.properties"/>
<stringbundle id="google-toolbar-strings"
src="chrome://google-toolbar/locale/google-toolbar.properties"/>
<script type="application/x-javascript"
src="chrome://google-toolbar/content/gtb.js"/>
<vbox class="gtbAutoFillDialog">
<description>
>bOptionsAutoFillDescription1;
</description>
<description>>bOptionsAutoFillDescription2;</description>
<groupbox flex="1">
<caption label=">bOptionsAutoFillNameCaption;" />
<hbox>
<label class="gtbAutoFillColumn" value=">bOptionsAutoFillNameLabel;" />
<textbox id="GTB_Autofill_Pref_fullName" flex="1"/>
</hbox>
<hbox>
<label class="gtbAutoFillColumn" value=">bOptionsAutoFillEmailLabel;" />
<textbox id="GTB_Autofill_Pref_email" flex="1"/>
</hbox>
<hbox>
<label class="gtbAutoFillColumn" value=">bOptionsAutoFillDefaultPhoneLabel;" />
<textbox id="GTB_Autofill_Pref_defaultPhone" flex="1"/>
</hbox>
<hbox>
<label class="gtbAutoFillColumn" value=" >bOptionsAutoFillPhoneTypeLabel;" />
<radiogroup orient="horizontal">
<radio id="GTB_Autofill_Pref_defaultPhoneWork" label=">bOptionsAutoFillPhoneTypeWorkLabel;"/>
<radio id="GTB_Autofill_Pref_defaultPhoneHome" label=">bOptionsAutoFillPhoneTypeHomeLabel;"/>
<radio id="GTB_Autofill_Pref_defaultPhoneCell" label=">bOptionsAutoFillPhoneTypeCellLabel;"/>
</radiogroup>
</hbox>
<hbox>
<label class="gtbAutoFillColumn" value=">bOptionsAutoFillAlternativePhoneLabel;" />
<textbox id="GTB_Autofill_Pref_alternativePhone" flex="1"/>
</hbox>
<hbox>
<label class="gtbAutoFillColumn" value=" >bOptionsAutoFillPhoneTypeLabel;" />
<radiogroup orient="horizontal">
<radio id="GTB_Autofill_Pref_alternativePhoneWork" label=">bOptionsAutoFillPhoneTypeWorkLabel;"/>
<radio id="GTB_Autofill_Pref_alternativePhoneHome" label=">bOptionsAutoFillPhoneTypeHomeLabel;"/>
<radio id="GTB_Autofill_Pref_alternativePhoneCell" label=">bOptionsAutoFillPhoneTypeCellLabel;"/>
</radiogroup>
</hbox>
</groupbox>
<groupbox>
<caption label=">bOptionsAutoFillPrimaryAddress;" />
<hbox>
<label class="gtbAutoFillColumn"
value=">bOptionsAutoFillPrimaryAddressLine1;" />
<textbox id="GTB_Autofill_Pref_addressLine1" flex="1"/>
</hbox>
<hbox>
<label class="gtbAutoFillColumn"
value=">bOptionsAutoFillPrimaryAddressLine2;" />
<textbox id="GTB_Autofill_Pref_addressLine2" flex="1"/>
</hbox>
<hbox>
<label class="gtbAutoFillColumn"
value=">bOptionsAutoFillPrimaryAddressLine3;" />
<textbox id="GTB_Autofill_Pref_addressLine3" flex="1"/>
</hbox>
<hbox>
<label class="gtbAutoFillColumn"
value=">bOptionsAutoFillPrimaryAddressCity;" />
<textbox id="GTB_Autofill_Pref_city" flex="1"/>
</hbox>
<hbox>
<label class="gtbAutoFillColumn"
value=">bOptionsAutoFillPrimaryAddressState;" />
<textbox id="GTB_Autofill_Pref_state" flex="1"/>
<label value=">bOptionsAutoFillPrimaryAddressPostalCode;" />
<textbox id="GTB_Autofill_Pref_zipcode" flex="1"/>
</hbox>
<hbox>
<label class="gtbAutoFillColumn"
value=">bOptionsAutoFillPrimaryAddressCountryRegion;" />
<menulist id="GTB_Autofill_Pref_country" flex="1">
<menupopup class="gtbAutoFillMenuPopup">
<menuitem label=""/>
</menupopup>
</menulist>
</hbox>
</groupbox>
<hbox>
<!--
<groupbox>
<caption label=">bOptionsAutoFillCreditCardCaption;" />
<description>>bOptionsAutoFillCreditCardDescription;</description>
<hbox pack="center">
<button label=">bOptionsAutoFillCreditCardButton;" />
</hbox>
</groupbox>
-->
<groupbox flex="1">
<caption label=">bOptionsAutoFillHighlightCaption;" />
<checkbox id="GTB_Autofill_Pref_highlight"
label=">bOptionsAutoFillHighlightCheck;" flex="1"/>
</groupbox>
</hbox>
</vbox>
</dialog>