diff options
Diffstat (limited to 'chrome/browser/resources/options/autofill_options.html')
| -rw-r--r-- | chrome/browser/resources/options/autofill_options.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html new file mode 100644 index 0000000..a1c4481 --- /dev/null +++ b/chrome/browser/resources/options/autofill_options.html @@ -0,0 +1,39 @@ +<div id="autofill-options" class="page" hidden> + <div class="close-button"></div> + <h1 i18n-content="autofillOptionsPage"></h1> + <div class="content-area"> +<if expr="is_macosx"> + <div class="checkbox"> + <label> + <input pref="autofill.auxiliary_profiles_enabled" type="checkbox" + metric="Options_AutofillAuxiliaryProfiles"> + <span i18n-content="auxiliaryProfilesEnabled"></span> + </label> + </div> +</if> + <h3 i18n-content="autofillAddresses"></h3> + <div class="settings-list"> + <list id="address-list"></list> + <div> + <button id="autofill-add-address" i18n-content="autofillAddAddress"> + </button> + </div> + </div> + <h3 i18n-content="autofillCreditCards"></h3> + <div class="settings-list"> + <list id="creditcard-list"></list> + <div> + <button id="autofill-add-creditcard" + i18n-content="autofillAddCreditCard"></button> + </div> + </div> + </div> + <div class="action-area"> + <a id="autofill-help" target="_blank" i18n-values="href:helpUrl" + i18n-content="helpButton"> + </a> + <div class="button-strip"> + <button id="autofill-options-confirm" i18n-content="ok"></button> + </div> + </div> +</div> |
